Class: AdCenterWrapper::AccountPerformanceReportRequest

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

Instance Method Summary collapse

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.

[View source]

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

#aggregationObject

Returns the value of attribute aggregation.


331
332
333
# File 'lib/ReportingService.rb', line 331

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


332
333
334
# File 'lib/ReportingService.rb', line 332

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


333
334
335
# File 'lib/ReportingService.rb', line 333

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


327
328
329
# File 'lib/ReportingService.rb', line 327

def format
  @format
end

#languageObject

Returns the value of attribute language.


328
329
330
# File 'lib/ReportingService.rb', line 328

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


329
330
331
# File 'lib/ReportingService.rb', line 329

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


330
331
332
# File 'lib/ReportingService.rb', line 330

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


334
335
336
# File 'lib/ReportingService.rb', line 334

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


335
336
337
# File 'lib/ReportingService.rb', line 335

def time
  @time
end