Class: AdCenterWrapper::MetroAreaDemographicReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::MetroAreaDemographicReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7MetroAreaDemographicReportRequest
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
#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.
5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 |
# File 'lib/adcenter_wrapper_entities.rb', line 5587 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
#aggregation ⇒ Object
Returns the value of attribute aggregation.
5581 5582 5583 |
# File 'lib/adcenter_wrapper_entities.rb', line 5581 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5582 5583 5584 |
# File 'lib/adcenter_wrapper_entities.rb', line 5582 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5583 5584 5585 |
# File 'lib/adcenter_wrapper_entities.rb', line 5583 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5577 5578 5579 |
# File 'lib/adcenter_wrapper_entities.rb', line 5577 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5578 5579 5580 |
# File 'lib/adcenter_wrapper_entities.rb', line 5578 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5579 5580 5581 |
# File 'lib/adcenter_wrapper_entities.rb', line 5579 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5580 5581 5582 |
# File 'lib/adcenter_wrapper_entities.rb', line 5580 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5584 5585 5586 |
# File 'lib/adcenter_wrapper_entities.rb', line 5584 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5585 5586 5587 |
# File 'lib/adcenter_wrapper_entities.rb', line 5585 def time @time end |