Class: AdCenterWrapper::AgeGenderDemographicReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AgeGenderDemographicReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AgeGenderDemographicReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfAgeGenderDemographicReportColumn
filter - AdCenterWrapper::AgeGenderDemographicReportFilter
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) ⇒ AgeGenderDemographicReportRequest
constructor
A new instance of AgeGenderDemographicReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AgeGenderDemographicReportRequest
Returns a new instance of AgeGenderDemographicReportRequest.
5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 |
# File 'lib/adcenter_wrapper_entities.rb', line 5553 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.
5547 5548 5549 |
# File 'lib/adcenter_wrapper_entities.rb', line 5547 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5548 5549 5550 |
# File 'lib/adcenter_wrapper_entities.rb', line 5548 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5549 5550 5551 |
# File 'lib/adcenter_wrapper_entities.rb', line 5549 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5543 5544 5545 |
# File 'lib/adcenter_wrapper_entities.rb', line 5543 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5544 5545 5546 |
# File 'lib/adcenter_wrapper_entities.rb', line 5544 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5545 5546 5547 |
# File 'lib/adcenter_wrapper_entities.rb', line 5545 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5546 5547 5548 |
# File 'lib/adcenter_wrapper_entities.rb', line 5546 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5550 5551 5552 |
# File 'lib/adcenter_wrapper_entities.rb', line 5550 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5551 5552 5553 |
# File 'lib/adcenter_wrapper_entities.rb', line 5551 def time @time end |