Class: AdCenterWrapper::TrafficSourcesReportRequest

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

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) ⇒ TrafficSourcesReportRequest

Returns a new instance of TrafficSourcesReportRequest.

[View source]

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

#aggregationObject

Returns the value of attribute aggregation.


705
706
707
# File 'lib/ReportingService.rb', line 705

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


706
707
708
# File 'lib/ReportingService.rb', line 706

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


707
708
709
# File 'lib/ReportingService.rb', line 707

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


701
702
703
# File 'lib/ReportingService.rb', line 701

def format
  @format
end

#languageObject

Returns the value of attribute language.


702
703
704
# File 'lib/ReportingService.rb', line 702

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


703
704
705
# File 'lib/ReportingService.rb', line 703

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


704
705
706
# File 'lib/ReportingService.rb', line 704

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


708
709
710
# File 'lib/ReportingService.rb', line 708

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


709
710
711
# File 'lib/ReportingService.rb', line 709

def time
  @time
end