Class: AdCenterWrapper::SitePerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::SitePerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SitePerformanceReportRequest
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
#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.
5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 |
# File 'lib/adcenter_wrapper_entities.rb', line 5655 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
#aggregation ⇒ Object
Returns the value of attribute aggregation.
5649 5650 5651 |
# File 'lib/adcenter_wrapper_entities.rb', line 5649 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5650 5651 5652 |
# File 'lib/adcenter_wrapper_entities.rb', line 5650 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5651 5652 5653 |
# File 'lib/adcenter_wrapper_entities.rb', line 5651 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5645 5646 5647 |
# File 'lib/adcenter_wrapper_entities.rb', line 5645 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5646 5647 5648 |
# File 'lib/adcenter_wrapper_entities.rb', line 5646 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5647 5648 5649 |
# File 'lib/adcenter_wrapper_entities.rb', line 5647 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5648 5649 5650 |
# File 'lib/adcenter_wrapper_entities.rb', line 5648 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5652 5653 5654 |
# File 'lib/adcenter_wrapper_entities.rb', line 5652 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5653 5654 5655 |
# File 'lib/adcenter_wrapper_entities.rb', line 5653 def time @time end |