Class: AdCenterWrapper::SitePerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::SitePerformanceReportRequest
- 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
-
#aggregation ⇒ Object
Returns the value of attribute aggregation.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#format ⇒ Object
Returns the value of attribute format.
-
#language ⇒ Object
Returns the value of attribute language.
-
#reportName ⇒ Object
Returns the value of attribute reportName.
-
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ SitePerformanceReportRequest
constructor
A new instance of SitePerformanceReportRequest.
Constructor Details
permalink #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.
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
permalink #aggregation ⇒ Object
Returns the value of attribute aggregation.
210 211 212 |
# File 'lib/ReportingService.rb', line 210 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
211 212 213 |
# File 'lib/ReportingService.rb', line 211 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
212 213 214 |
# File 'lib/ReportingService.rb', line 212 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
206 207 208 |
# File 'lib/ReportingService.rb', line 206 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
207 208 209 |
# File 'lib/ReportingService.rb', line 207 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
208 209 210 |
# File 'lib/ReportingService.rb', line 208 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
209 210 211 |
# File 'lib/ReportingService.rb', line 209 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
213 214 215 |
# File 'lib/ReportingService.rb', line 213 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
214 215 216 |
# File 'lib/ReportingService.rb', line 214 def time @time end |