Class: AdCenterWrapper::BudgetSummaryReportRequest

Inherits:
ReportRequest
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, columns = nil, scope = nil, time = nil) ⇒ BudgetSummaryReportRequest

Returns a new instance of BudgetSummaryReportRequest.

[View source]

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

#columnsObject

Returns the value of attribute columns.


276
277
278
# File 'lib/ReportingService.rb', line 276

def columns
  @columns
end

#formatObject

Returns the value of attribute format.


272
273
274
# File 'lib/ReportingService.rb', line 272

def format
  @format
end

#languageObject

Returns the value of attribute language.


273
274
275
# File 'lib/ReportingService.rb', line 273

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


274
275
276
# File 'lib/ReportingService.rb', line 274

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


275
276
277
# File 'lib/ReportingService.rb', line 275

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


277
278
279
# File 'lib/ReportingService.rb', line 277

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


278
279
280
# File 'lib/ReportingService.rb', line 278

def time
  @time
end