PolicyViolationError.Part

  • index - SOAP::SOAPInt

  • length - SOAP::SOAPInt

Methods
N
Attributes
[RW] index
[RW] length
Class Public methods
new(index = nil, length = nil)
    # File lib/adwords4r/v200909/AdParamService.rb, line 88
88:   def initialize(index = nil, length = nil)
89:     @index = index
90:     @length = length
91:   end