Class: AdCenterWrapper::DestinationUrlPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::DestinationUrlPerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8DestinationUrlPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfDestinationUrlPerformanceReportColumn
filter - AdCenterWrapper::DestinationUrlPerformanceReportFilter
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) ⇒ DestinationUrlPerformanceReportRequest
constructor
A new instance of DestinationUrlPerformanceReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ DestinationUrlPerformanceReportRequest
Returns a new instance of DestinationUrlPerformanceReportRequest.
46 47 48 49 50 51 52 53 54 55 56 |
# File 'lib/ReportingService.rb', line 46 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.
40 41 42 |
# File 'lib/ReportingService.rb', line 40 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
41 42 43 |
# File 'lib/ReportingService.rb', line 41 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
42 43 44 |
# File 'lib/ReportingService.rb', line 42 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
36 37 38 |
# File 'lib/ReportingService.rb', line 36 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
37 38 39 |
# File 'lib/ReportingService.rb', line 37 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
38 39 40 |
# File 'lib/ReportingService.rb', line 38 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
39 40 41 |
# File 'lib/ReportingService.rb', line 39 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
43 44 45 |
# File 'lib/ReportingService.rb', line 43 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
44 45 46 |
# File 'lib/ReportingService.rb', line 44 def time @time end |