Class: AdCenterWrapper::AccountPerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v7AccountPerformanceReportRequest

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.



5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
# File 'lib/adcenter_wrapper_entities.rb', line 5389

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.



5383
5384
5385
# File 'lib/adcenter_wrapper_entities.rb', line 5383

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5384
5385
5386
# File 'lib/adcenter_wrapper_entities.rb', line 5384

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5385
5386
5387
# File 'lib/adcenter_wrapper_entities.rb', line 5385

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5379
5380
5381
# File 'lib/adcenter_wrapper_entities.rb', line 5379

def format
  @format
end

#languageObject

Returns the value of attribute language.



5380
5381
5382
# File 'lib/adcenter_wrapper_entities.rb', line 5380

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5381
5382
5383
# File 'lib/adcenter_wrapper_entities.rb', line 5381

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5382
5383
5384
# File 'lib/adcenter_wrapper_entities.rb', line 5382

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5386
5387
5388
# File 'lib/adcenter_wrapper_entities.rb', line 5386

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5387
5388
5389
# File 'lib/adcenter_wrapper_entities.rb', line 5387

def time
  @time
end