Class: AdCenterWrapper::TrafficSourcesReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::TrafficSourcesReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8TrafficSourcesReportRequest
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
permalink #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.
711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/ReportingService.rb', line 711 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.
705 706 707 |
# File 'lib/ReportingService.rb', line 705 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
706 707 708 |
# File 'lib/ReportingService.rb', line 706 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
707 708 709 |
# File 'lib/ReportingService.rb', line 707 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
701 702 703 |
# File 'lib/ReportingService.rb', line 701 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
702 703 704 |
# File 'lib/ReportingService.rb', line 702 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
703 704 705 |
# File 'lib/ReportingService.rb', line 703 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
704 705 706 |
# File 'lib/ReportingService.rb', line 704 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
708 709 710 |
# File 'lib/ReportingService.rb', line 708 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
709 710 711 |
# File 'lib/ReportingService.rb', line 709 def time @time end |