Class: AdwordsApi::V200909::AdGroupAdService::Paging

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



119
120
121
122
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 119

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

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



117
118
119
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 117

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



116
117
118
# File 'lib/adwords_api/v200909/AdGroupAdService.rb', line 116

def startIndex
  @startIndex
end