Class: AdWords::V201003::ReportDefinitionService::ReportDefinitionSelector
- Inherits:
-
Object
- Object
- AdWords::V201003::ReportDefinitionService::ReportDefinitionSelector
- Defined in:
- lib/adwords4r/v201003/ReportDefinitionService.rb
Overview
ReportDefinitionSelector
-
paging - AdWords::V201003::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.
567 568 569 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 567 def initialize(paging = nil) @paging = paging end |
Instance Attribute Details
#paging ⇒ Object
Returns the value of attribute paging.
565 566 567 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 565 def paging @paging end |