Class: AdWords::V201008::ReportDefinitionService::ReportDefinitionSelector
- Inherits:
-
Object
- Object
- AdWords::V201008::ReportDefinitionService::ReportDefinitionSelector
- Defined in:
- lib/adwords4r/v201008/ReportDefinitionService.rb
Overview
ReportDefinitionSelector
-
paging - AdWords::V201008::ReportDefinitionService::Paging
Instance Attribute Summary collapse
-
#paging ⇒ Object
Returns the value of attribute paging.
Instance Method Summary collapse
-
#initialize(paging = nil) ⇒ ReportDefinitionSelector
constructor
A new instance of ReportDefinitionSelector.
Constructor Details
#initialize(paging = nil) ⇒ ReportDefinitionSelector
Returns a new instance of ReportDefinitionSelector.
620 621 622 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 620 def initialize(paging = nil) @paging = paging end |
Instance Attribute Details
#paging ⇒ Object
Returns the value of attribute paging.
618 619 620 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 618 def paging @paging end |