Class: AdCenterWrapper::SegmentationReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::SegmentationReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8SegmentationReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfSegmentationReportColumn
filter - AdCenterWrapper::SegmentationReportFilter
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) ⇒ SegmentationReportRequest
constructor
A new instance of SegmentationReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ SegmentationReportRequest
Returns a new instance of SegmentationReportRequest.
745 746 747 748 749 750 751 752 753 754 755 |
# File 'lib/ReportingService.rb', line 745 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.
739 740 741 |
# File 'lib/ReportingService.rb', line 739 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
740 741 742 |
# File 'lib/ReportingService.rb', line 740 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
741 742 743 |
# File 'lib/ReportingService.rb', line 741 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
735 736 737 |
# File 'lib/ReportingService.rb', line 735 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
736 737 738 |
# File 'lib/ReportingService.rb', line 736 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
737 738 739 |
# File 'lib/ReportingService.rb', line 737 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
738 739 740 |
# File 'lib/ReportingService.rb', line 738 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
742 743 744 |
# File 'lib/ReportingService.rb', line 742 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
743 744 745 |
# File 'lib/ReportingService.rb', line 743 def time @time end |