Class: AdCenterWrapper::MetroAreaDemographicReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::MetroAreaDemographicReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8MetroAreaDemographicReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfMetroAreaDemographicReportColumn
filter - AdCenterWrapper::MetroAreaDemographicReportFilter
scope - AdCenterWrapper::AccountThroughAdGroupReportScope
time - AdCenterWrapper::ReportTime
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
Returns the value of attribute aggregation.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#format ⇒ Object
Returns the value of attribute format.
-
#language ⇒ Object
Returns the value of attribute language.
-
#reportName ⇒ Object
Returns the value of attribute reportName.
-
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ MetroAreaDemographicReportRequest
constructor
A new instance of MetroAreaDemographicReportRequest.
Constructor Details
permalink #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.
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
permalink #aggregation ⇒ Object
Returns the value of attribute aggregation.
74 75 76 |
# File 'lib/ReportingService.rb', line 74 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
75 76 77 |
# File 'lib/ReportingService.rb', line 75 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
76 77 78 |
# File 'lib/ReportingService.rb', line 76 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
70 71 72 |
# File 'lib/ReportingService.rb', line 70 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
71 72 73 |
# File 'lib/ReportingService.rb', line 71 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
72 73 74 |
# File 'lib/ReportingService.rb', line 72 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
73 74 75 |
# File 'lib/ReportingService.rb', line 73 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
77 78 79 |
# File 'lib/ReportingService.rb', line 77 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
78 79 80 |
# File 'lib/ReportingService.rb', line 78 def time @time end |