Class: AdCenterWrapper::SegmentationReportRequest

Inherits:
ReportRequest
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#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.

[View source]

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

#aggregationObject

Returns the value of attribute aggregation.


739
740
741
# File 'lib/ReportingService.rb', line 739

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


740
741
742
# File 'lib/ReportingService.rb', line 740

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


741
742
743
# File 'lib/ReportingService.rb', line 741

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


735
736
737
# File 'lib/ReportingService.rb', line 735

def format
  @format
end

#languageObject

Returns the value of attribute language.


736
737
738
# File 'lib/ReportingService.rb', line 736

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


737
738
739
# File 'lib/ReportingService.rb', line 737

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


738
739
740
# File 'lib/ReportingService.rb', line 738

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


742
743
744
# File 'lib/ReportingService.rb', line 742

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


743
744
745
# File 'lib/ReportingService.rb', line 743

def time
  @time
end