Class: AdCenterWrapper::MetroAreaDemographicReportRequest

Inherits:
ReportRequest
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ MetroAreaDemographicReportRequest

Returns a new instance of MetroAreaDemographicReportRequest.

[View source]

80
81
82
83
84
85
86
87
88
89
90
# File 'lib/ReportingService.rb', line 80

def initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil)
  @format = format
  @language = language
  @reportName = reportName
  @returnOnlyCompleteData = returnOnlyCompleteData
  @aggregation = aggregation
  @columns = columns
  @filter = filter
  @scope = scope
  @time = time
end

Instance Attribute Details

#aggregationObject

Returns the value of attribute aggregation.


74
75
76
# File 'lib/ReportingService.rb', line 74

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


75
76
77
# File 'lib/ReportingService.rb', line 75

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


76
77
78
# File 'lib/ReportingService.rb', line 76

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


70
71
72
# File 'lib/ReportingService.rb', line 70

def format
  @format
end

#languageObject

Returns the value of attribute language.


71
72
73
# File 'lib/ReportingService.rb', line 71

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


72
73
74
# File 'lib/ReportingService.rb', line 72

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


73
74
75
# File 'lib/ReportingService.rb', line 73

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


77
78
79
# File 'lib/ReportingService.rb', line 77

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


78
79
80
# File 'lib/ReportingService.rb', line 78

def time
  @time
end