Class: AdCenterWrapper::RichAdComponentPerformanceReportRequest

Inherits:
ReportRequest
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

https://adcenter.microsoft.com/v8RichAdComponentPerformanceReportRequest

format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfRichAdComponentPerformanceReportColumn
filter - AdCenterWrapper::RichAdComponentPerformanceReportFilter
scope - AdCenterWrapper::AccountThroughAdGroupReportScope
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) ⇒ RichAdComponentPerformanceReportRequest

Returns a new instance of RichAdComponentPerformanceReportRequest.

[View source]

507
508
509
510
511
512
513
514
515
516
517
# File 'lib/ReportingService.rb', line 507

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.


501
502
503
# File 'lib/ReportingService.rb', line 501

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


502
503
504
# File 'lib/ReportingService.rb', line 502

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


503
504
505
# File 'lib/ReportingService.rb', line 503

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


497
498
499
# File 'lib/ReportingService.rb', line 497

def format
  @format
end

#languageObject

Returns the value of attribute language.


498
499
500
# File 'lib/ReportingService.rb', line 498

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


499
500
501
# File 'lib/ReportingService.rb', line 499

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


500
501
502
# File 'lib/ReportingService.rb', line 500

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


504
505
506
# File 'lib/ReportingService.rb', line 504

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


505
506
507
# File 'lib/ReportingService.rb', line 505

def time
  @time
end