lib/adwords4r/v4/CreativeService.rb in adwords4r-0.5 vs lib/adwords4r/v4/CreativeService.rb in adwords4r-0.6
- old
+ new
@@ -327,42 +327,9 @@
@id = id
@image = image
end
end
-# {https://adwords.google.com/api/adwords/v4}AdPolicyViolation
-class AdPolicyViolation
- @@schema_type = "AdPolicyViolation"
- @@schema_ns = "https://adwords.google.com/api/adwords/v4"
- @@schema_element = [
- ["detail", "SOAP::SOAPString"],
- ["index", "SOAP::SOAPInt"],
- ["isExemptable", "SOAP::SOAPBoolean"],
- ["line", "SOAP::SOAPInt"],
- ["textIndex", "SOAP::SOAPInt"],
- ["textLength", "SOAP::SOAPInt"],
- ["trigger", "SOAP::SOAPString"]
- ]
-
- attr_accessor :detail
- attr_accessor :index
- attr_accessor :isExemptable
- attr_accessor :line
- attr_accessor :textIndex
- attr_accessor :textLength
- attr_accessor :trigger
-
- def initialize(detail = nil, index = nil, isExemptable = nil, line = nil, textIndex = nil, textLength = nil, trigger = nil)
- @detail = detail
- @index = index
- @isExemptable = isExemptable
- @line = line
- @textIndex = textIndex
- @textLength = textLength
- @trigger = trigger
- end
-end
-
# {https://adwords.google.com/api/adwords/v4}ApiException
class ApiException
@@schema_type = "ApiException"
@@schema_ns = "https://adwords.google.com/api/adwords/v4"
@@schema_element = [