Class: AdCenterWrapper::BudgetSummaryReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::BudgetSummaryReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8BudgetSummaryReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
columns - AdCenterWrapper::ArrayOfBudgetSummaryReportColumn
scope - AdCenterWrapper::AccountReportScope
time - AdCenterWrapper::BudgetSummaryReportTime
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#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, columns = nil, scope = nil, time = nil) ⇒ BudgetSummaryReportRequest
constructor
A new instance of BudgetSummaryReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, columns = nil, scope = nil, time = nil) ⇒ BudgetSummaryReportRequest
Returns a new instance of BudgetSummaryReportRequest.
280 281 282 283 284 285 286 287 288 |
# File 'lib/ReportingService.rb', line 280 def initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, columns = nil, scope = nil, time = nil) @format = format @language = language @reportName = reportName @returnOnlyCompleteData = returnOnlyCompleteData @columns = columns @scope = scope @time = time end |
Instance Attribute Details
permalink #columns ⇒ Object
Returns the value of attribute columns.
276 277 278 |
# File 'lib/ReportingService.rb', line 276 def columns @columns end |
permalink #format ⇒ Object
Returns the value of attribute format.
272 273 274 |
# File 'lib/ReportingService.rb', line 272 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
273 274 275 |
# File 'lib/ReportingService.rb', line 273 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
274 275 276 |
# File 'lib/ReportingService.rb', line 274 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
275 276 277 |
# File 'lib/ReportingService.rb', line 275 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
277 278 279 |
# File 'lib/ReportingService.rb', line 277 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
278 279 280 |
# File 'lib/ReportingService.rb', line 278 def time @time end |