Class: AdCenterWrapper::AccountPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AccountPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AccountPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfAccountPerformanceReportColumn
filter - AdCenterWrapper::AccountPerformanceReportFilter
scope - AdCenterWrapper::AccountReportScope
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) ⇒ AccountPerformanceReportRequest
constructor
A new instance of AccountPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AccountPerformanceReportRequest
Returns a new instance of AccountPerformanceReportRequest.
5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 |
# File 'lib/adcenter_wrapper_entities.rb', line 5389 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.
5383 5384 5385 |
# File 'lib/adcenter_wrapper_entities.rb', line 5383 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5384 5385 5386 |
# File 'lib/adcenter_wrapper_entities.rb', line 5384 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5385 5386 5387 |
# File 'lib/adcenter_wrapper_entities.rb', line 5385 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5379 5380 5381 |
# File 'lib/adcenter_wrapper_entities.rb', line 5379 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5380 5381 5382 |
# File 'lib/adcenter_wrapper_entities.rb', line 5380 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5381 5382 5383 |
# File 'lib/adcenter_wrapper_entities.rb', line 5381 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5382 5383 5384 |
# File 'lib/adcenter_wrapper_entities.rb', line 5382 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5386 5387 5388 |
# File 'lib/adcenter_wrapper_entities.rb', line 5386 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5387 5388 5389 |
# File 'lib/adcenter_wrapper_entities.rb', line 5387 def time @time end |