Class: AdCenterWrapper::AgeGenderDemographicReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AgeGenderDemographicReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AgeGenderDemographicReportRequest
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
permalink #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.
541 542 543 544 545 546 547 548 549 550 551 |
# File 'lib/ReportingService.rb', line 541 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.
535 536 537 |
# File 'lib/ReportingService.rb', line 535 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
536 537 538 |
# File 'lib/ReportingService.rb', line 536 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
537 538 539 |
# File 'lib/ReportingService.rb', line 537 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
531 532 533 |
# File 'lib/ReportingService.rb', line 531 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
532 533 534 |
# File 'lib/ReportingService.rb', line 532 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
533 534 535 |
# File 'lib/ReportingService.rb', line 533 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
534 535 536 |
# File 'lib/ReportingService.rb', line 534 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
538 539 540 |
# File 'lib/ReportingService.rb', line 538 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
539 540 541 |
# File 'lib/ReportingService.rb', line 539 def time @time end |