Class: AdCenterWrapper::TrafficSourcesReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::TrafficSourcesReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7TrafficSourcesReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfTrafficSourcesReportColumn
filter - AdCenterWrapper::TrafficSourcesReportFilter
scope - AdCenterWrapper::AccountReportScope
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) ⇒ TrafficSourcesReportRequest
constructor
A new instance of TrafficSourcesReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ TrafficSourcesReportRequest
Returns a new instance of TrafficSourcesReportRequest.
5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 |
# File 'lib/adcenter_wrapper_entities.rb', line 5859 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.
5853 5854 5855 |
# File 'lib/adcenter_wrapper_entities.rb', line 5853 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5854 5855 5856 |
# File 'lib/adcenter_wrapper_entities.rb', line 5854 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5855 5856 5857 |
# File 'lib/adcenter_wrapper_entities.rb', line 5855 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5849 5850 5851 |
# File 'lib/adcenter_wrapper_entities.rb', line 5849 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5850 5851 5852 |
# File 'lib/adcenter_wrapper_entities.rb', line 5850 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5851 5852 5853 |
# File 'lib/adcenter_wrapper_entities.rb', line 5851 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5852 5853 5854 |
# File 'lib/adcenter_wrapper_entities.rb', line 5852 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5856 5857 5858 |
# File 'lib/adcenter_wrapper_entities.rb', line 5856 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5857 5858 5859 |
# File 'lib/adcenter_wrapper_entities.rb', line 5857 def time @time end |