Class: AdWords::V201003::BulkMutateJobService::PolicyViolationErrorPart

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/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.



3460
3461
3462
3463
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3460

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

Instance Attribute Details

#indexObject

Returns the value of attribute index.



3457
3458
3459
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3457

def index
  @index
end

#lengthObject

Returns the value of attribute length.



3458
3459
3460
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3458

def length
  @length
end