Class: AdWords::V201008::ReportDefinitionService::GetReportFields
- Inherits:
-
Object
- Object
- AdWords::V201008::ReportDefinitionService::GetReportFields
- Defined in:
- lib/adwords4r/v201008/ReportDefinitionService.rb
Overview
getReportFields
-
reportType - AdWords::V201008::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.
940 941 942 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 940 def initialize(reportType = nil) @reportType = reportType end |
Instance Attribute Details
#reportType ⇒ Object
:nodoc: all
938 939 940 |
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 938 def reportType @reportType end |