We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59da143 commit 3f47cf0Copy full SHA for 3f47cf0
lib/bing-ads-api/fault/ad_api_fault_detail.rb
@@ -31,7 +31,7 @@ def initialize(attributes={})
31
# Author:: jlopezn@neonline.cl
32
def to_s
33
str = super.to_s + ":\n"
34
- if batch_errors
+ if errors
35
str += "\tErrors:\n" + errors.map{ |e| "\t" + e.to_s }.join("\n")
36
end
37
0 commit comments