Class: AdCenterWrapper::BehavioralTargetReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::BehavioralTargetReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8BehavioralTargetReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfBehavioralTargetReportColumn
filter - AdCenterWrapper::BehavioralTargetReportFilter
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) ⇒ BehavioralTargetReportRequest
constructor
A new instance of BehavioralTargetReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ BehavioralTargetReportRequest
Returns a new instance of BehavioralTargetReportRequest.
148 149 150 151 152 153 154 155 156 157 158 |
# File 'lib/ReportingService.rb', line 148 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.
142 143 144 |
# File 'lib/ReportingService.rb', line 142 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
143 144 145 |
# File 'lib/ReportingService.rb', line 143 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
144 145 146 |
# File 'lib/ReportingService.rb', line 144 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
138 139 140 |
# File 'lib/ReportingService.rb', line 138 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
139 140 141 |
# File 'lib/ReportingService.rb', line 139 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
140 141 142 |
# File 'lib/ReportingService.rb', line 140 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
141 142 143 |
# File 'lib/ReportingService.rb', line 141 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
145 146 147 |
# File 'lib/ReportingService.rb', line 145 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
146 147 148 |
# File 'lib/ReportingService.rb', line 146 def time @time end |