Class: AdWords::V201003::AdParamService::Paging
- Inherits:
-
Object
- Object
- AdWords::V201003::AdParamService::Paging
- Defined in:
- lib/adwords4r/v201003/AdParamService.rb
Overview
Paging
-
startIndex - SOAP::SOAPInt
-
numberResults - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#numberResults ⇒ Object
Returns the value of attribute numberResults.
-
#startIndex ⇒ Object
Returns the value of attribute startIndex.
Instance Method Summary collapse
-
#initialize(startIndex = nil, numberResults = nil) ⇒ Paging
constructor
A new instance of Paging.
Constructor Details
#initialize(startIndex = nil, numberResults = nil) ⇒ Paging
Returns a new instance of Paging.
75 76 77 78 |
# File 'lib/adwords4r/v201003/AdParamService.rb', line 75 def initialize(startIndex = nil, numberResults = nil) @startIndex = startIndex @numberResults = numberResults end |
Instance Attribute Details
#numberResults ⇒ Object
Returns the value of attribute numberResults.
73 74 75 |
# File 'lib/adwords4r/v201003/AdParamService.rb', line 73 def numberResults @numberResults end |
#startIndex ⇒ Object
Returns the value of attribute startIndex.
72 73 74 |
# File 'lib/adwords4r/v201003/AdParamService.rb', line 72 def startIndex @startIndex end |