Class: AdwordsApi::V201008::AdGroupService::Paging

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201008/AdGroupService.rb

Overview

Paging

  • startIndex - SOAP::SOAPInt

  • numberResults - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(startIndex = nil, numberResults = nil) ⇒ Paging

Returns a new instance of Paging.



26
27
28
29
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 26

def initialize(startIndex = nil, numberResults = nil)
  @startIndex = startIndex
  @numberResults = numberResults
end

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



24
25
26
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 24

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



23
24
25
# File 'lib/adwords_api/v201008/AdGroupService.rb', line 23

def startIndex
  @startIndex
end