Class: AdWords::V201008::ReportDefinitionService::GetReportFields

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/ReportDefinitionService.rb

Overview

getReportFields

  • reportType - AdWords::V201008::ReportDefinitionService::ReportDefinitionReportType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#reportTypeObject

:nodoc: all



938
939
940
# File 'lib/adwords4r/v201008/ReportDefinitionService.rb', line 938

def reportType
  @reportType
end