Class: AdWords::V200909::AdParamService::PolicyViolationErrorPart

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



88
89
90
91
# File 'lib/adwords4r/v200909/AdParamService.rb', line 88

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

Instance Attribute Details

#indexObject

Returns the value of attribute index.



85
86
87
# File 'lib/adwords4r/v200909/AdParamService.rb', line 85

def index
  @index
end

#lengthObject

Returns the value of attribute length.



86
87
88
# File 'lib/adwords4r/v200909/AdParamService.rb', line 86

def length
  @length
end