Class: AdwordsApi::V200909::CampaignService::Paging

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



42
43
44
45
# File 'lib/adwords_api/v200909/CampaignService.rb', line 42

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

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



40
41
42
# File 'lib/adwords_api/v200909/CampaignService.rb', line 40

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



39
40
41
# File 'lib/adwords_api/v200909/CampaignService.rb', line 39

def startIndex
  @startIndex
end