Class: AdWords::V201003::ReportDefinitionService::GetReportFields
- Inherits:
-
Object
- Object
- AdWords::V201003::ReportDefinitionService::GetReportFields
- Defined in:
- lib/adwords4r/v201003/ReportDefinitionService.rb
Overview
getReportFields
-
reportType - AdWords::V201003::ReportDefinitionService::ReportDefinitionReportType
Instance Attribute Summary collapse
-
#reportType ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(reportType = nil) ⇒ GetReportFields
constructor
A new instance of GetReportFields.
Constructor Details
#initialize(reportType = nil) ⇒ GetReportFields
Returns a new instance of GetReportFields.
869 870 871 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 869 def initialize(reportType = nil) @reportType = reportType end |
Instance Attribute Details
#reportType ⇒ Object
:nodoc: all
867 868 869 |
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 867 def reportType @reportType end |