Class: AdWords::V201003::ReportDefinitionService::GetReportFields

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

Overview

getReportFields

  • reportType - AdWords::V201003::ReportDefinitionService::ReportDefinitionReportType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#reportTypeObject

:nodoc: all



867
868
869
# File 'lib/adwords4r/v201003/ReportDefinitionService.rb', line 867

def reportType
  @reportType
end