Class: AdCenterWrapper::AccountPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AccountPerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AccountPerformanceReportRequest
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
permalink #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.
337 338 339 340 341 342 343 344 345 346 347 |
# File 'lib/ReportingService.rb', line 337 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.
331 332 333 |
# File 'lib/ReportingService.rb', line 331 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
332 333 334 |
# File 'lib/ReportingService.rb', line 332 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
333 334 335 |
# File 'lib/ReportingService.rb', line 333 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
327 328 329 |
# File 'lib/ReportingService.rb', line 327 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
328 329 330 |
# File 'lib/ReportingService.rb', line 328 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
329 330 331 |
# File 'lib/ReportingService.rb', line 329 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
330 331 332 |
# File 'lib/ReportingService.rb', line 330 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
334 335 336 |
# File 'lib/ReportingService.rb', line 334 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
335 336 337 |
# File 'lib/ReportingService.rb', line 335 def time @time end |