Paging

  • startIndex - SOAP::SOAPInt

  • numberResults - SOAP::SOAPInt

Methods
N
Attributes
[RW] startIndex
[RW] numberResults
Class Public methods
new(startIndex = nil, numberResults = nil)
    # File lib/adwords4r/v200909/CampaignService.rb, line 42
42:   def initialize(startIndex = nil, numberResults = nil)
43:     @startIndex = startIndex
44:     @numberResults = numberResults
45:   end