Class: AdWords::V200909::BulkMutateJobService::PolicyViolationErrorPart

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



3031
3032
3033
3034
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3031

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

Instance Attribute Details

#indexObject

Returns the value of attribute index.



3028
3029
3030
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3028

def index
  @index
end

#lengthObject

Returns the value of attribute length.



3029
3030
3031
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3029

def length
  @length
end