Class: AdCenterWrapper::TacticChannelReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::TacticChannelReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8TacticChannelReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfTacticChannelReportColumn
filter - AdCenterWrapper::TacticChannelReportFilter
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) ⇒ TacticChannelReportRequest
constructor
A new instance of TacticChannelReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ TacticChannelReportRequest
Returns a new instance of TacticChannelReportRequest.
405 406 407 408 409 410 411 412 413 414 415 |
# File 'lib/ReportingService.rb', line 405 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.
399 400 401 |
# File 'lib/ReportingService.rb', line 399 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
400 401 402 |
# File 'lib/ReportingService.rb', line 400 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
401 402 403 |
# File 'lib/ReportingService.rb', line 401 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
395 396 397 |
# File 'lib/ReportingService.rb', line 395 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
396 397 398 |
# File 'lib/ReportingService.rb', line 396 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
397 398 399 |
# File 'lib/ReportingService.rb', line 397 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
398 399 400 |
# File 'lib/ReportingService.rb', line 398 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
402 403 404 |
# File 'lib/ReportingService.rb', line 402 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
403 404 405 |
# File 'lib/ReportingService.rb', line 403 def time @time end |