Class: AdWords::V201008::BulkMutateJobService::PolicyViolationErrorPart

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

PolicyViolationError.Part

  • index - SOAP::SOAPInt

  • length - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(index = nil, length = nil) ⇒ PolicyViolationErrorPart

Returns a new instance of PolicyViolationErrorPart.



3846
3847
3848
3849
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3846

def initialize(index = nil, length = nil)
  @index = index
  @length = length
end

Instance Attribute Details

#indexObject

Returns the value of attribute index.



3843
3844
3845
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3843

def index
  @index
end

#lengthObject

Returns the value of attribute length.



3844
3845
3846
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3844

def length
  @length
end