Class: AdWords::V201003::TargetingIdeaService::PolicyViolationErrorPart
- Inherits:
-
Object
- Object
- AdWords::V201003::TargetingIdeaService::PolicyViolationErrorPart
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
PolicyViolationError.Part
-
index - SOAP::SOAPInt
-
length - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#length ⇒ Object
Returns the value of attribute length.
Instance Method Summary collapse
-
#initialize(index = nil, length = nil) ⇒ PolicyViolationErrorPart
constructor
A new instance of PolicyViolationErrorPart.
Constructor Details
#initialize(index = nil, length = nil) ⇒ PolicyViolationErrorPart
Returns a new instance of PolicyViolationErrorPart.
67 68 69 70 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 67 def initialize(index = nil, length = nil) @index = index @length = length end |
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
64 65 66 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 64 def index @index end |
#length ⇒ Object
Returns the value of attribute length.
65 66 67 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 65 def length @length end |