Class: AdwordsApi::V201008::UserListService::Paging

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



395
396
397
398
# File 'lib/adwords_api/v201008/UserListService.rb', line 395

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

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



393
394
395
# File 'lib/adwords_api/v201008/UserListService.rb', line 393

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



392
393
394
# File 'lib/adwords_api/v201008/UserListService.rb', line 392

def startIndex
  @startIndex
end