Class: AdCenterWrapper::PublisherUsagePerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::PublisherUsagePerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8PublisherUsagePerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfPublisherUsagePerformanceReportColumn
filter - AdCenterWrapper::PublisherUsagePerformanceReportFilter
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) ⇒ PublisherUsagePerformanceReportRequest
constructor
A new instance of PublisherUsagePerformanceReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ PublisherUsagePerformanceReportRequest
Returns a new instance of PublisherUsagePerformanceReportRequest.
114 115 116 117 118 119 120 121 122 123 124 |
# File 'lib/ReportingService.rb', line 114 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.
108 109 110 |
# File 'lib/ReportingService.rb', line 108 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
109 110 111 |
# File 'lib/ReportingService.rb', line 109 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
110 111 112 |
# File 'lib/ReportingService.rb', line 110 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
104 105 106 |
# File 'lib/ReportingService.rb', line 104 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
105 106 107 |
# File 'lib/ReportingService.rb', line 105 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
106 107 108 |
# File 'lib/ReportingService.rb', line 106 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
107 108 109 |
# File 'lib/ReportingService.rb', line 107 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
111 112 113 |
# File 'lib/ReportingService.rb', line 111 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
112 113 114 |
# File 'lib/ReportingService.rb', line 112 def time @time end |