Class: AdWords::V201008::AdParamService::Paging

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



75
76
77
78
# File 'lib/adwords4r/v201008/AdParamService.rb', line 75

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

Instance Attribute Details

#numberResultsObject

Returns the value of attribute numberResults.



73
74
75
# File 'lib/adwords4r/v201008/AdParamService.rb', line 73

def numberResults
  @numberResults
end

#startIndexObject

Returns the value of attribute startIndex.



72
73
74
# File 'lib/adwords4r/v201008/AdParamService.rb', line 72

def startIndex
  @startIndex
end