Class: AdwordsApi::V201101::ExperimentService::Paging

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



55
56
57
58
# File 'lib/adwords_api/v201101/ExperimentService.rb', line 55

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

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



53
54
55
# File 'lib/adwords_api/v201101/ExperimentService.rb', line 53

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



52
53
54
# File 'lib/adwords_api/v201101/ExperimentService.rb', line 52

def startIndex
  @startIndex
end