Class: AdCenterWrapper::BehavioralPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::BehavioralPerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8BehavioralPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfBehavioralPerformanceReportColumn
filter - AdCenterWrapper::BehavioralPerformanceReportFilter
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) ⇒ BehavioralPerformanceReportRequest
constructor
A new instance of BehavioralPerformanceReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ BehavioralPerformanceReportRequest
Returns a new instance of BehavioralPerformanceReportRequest.
182 183 184 185 186 187 188 189 190 191 192 |
# File 'lib/ReportingService.rb', line 182 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.
176 177 178 |
# File 'lib/ReportingService.rb', line 176 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
177 178 179 |
# File 'lib/ReportingService.rb', line 177 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
178 179 180 |
# File 'lib/ReportingService.rb', line 178 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
172 173 174 |
# File 'lib/ReportingService.rb', line 172 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
173 174 175 |
# File 'lib/ReportingService.rb', line 173 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
174 175 176 |
# File 'lib/ReportingService.rb', line 174 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
175 176 177 |
# File 'lib/ReportingService.rb', line 175 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
179 180 181 |
# File 'lib/ReportingService.rb', line 179 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
180 181 182 |
# File 'lib/ReportingService.rb', line 180 def time @time end |