Class: AdCenterWrapper::SitePerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v8SitePerformanceReportRequest

format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfSitePerformanceReportColumn
filter - AdCenterWrapper::SitePerformanceReportFilter
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) ⇒ SitePerformanceReportRequest

Returns a new instance of SitePerformanceReportRequest.

[View source]

216
217
218
219
220
221
222
223
224
225
226
# File 'lib/ReportingService.rb', line 216

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.


210
211
212
# File 'lib/ReportingService.rb', line 210

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


211
212
213
# File 'lib/ReportingService.rb', line 211

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


212
213
214
# File 'lib/ReportingService.rb', line 212

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


206
207
208
# File 'lib/ReportingService.rb', line 206

def format
  @format
end

#languageObject

Returns the value of attribute language.


207
208
209
# File 'lib/ReportingService.rb', line 207

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


208
209
210
# File 'lib/ReportingService.rb', line 208

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


209
210
211
# File 'lib/ReportingService.rb', line 209

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


213
214
215
# File 'lib/ReportingService.rb', line 213

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


214
215
216
# File 'lib/ReportingService.rb', line 214

def time
  @time
end