Class: AdCenterWrapper::TrafficSourcesReportRequest

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

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.



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

#aggregationObject

Returns the value of attribute aggregation.



5853
5854
5855
# File 'lib/adcenter_wrapper_entities.rb', line 5853

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5854
5855
5856
# File 'lib/adcenter_wrapper_entities.rb', line 5854

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5855
5856
5857
# File 'lib/adcenter_wrapper_entities.rb', line 5855

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5849
5850
5851
# File 'lib/adcenter_wrapper_entities.rb', line 5849

def format
  @format
end

#languageObject

Returns the value of attribute language.



5850
5851
5852
# File 'lib/adcenter_wrapper_entities.rb', line 5850

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5851
5852
5853
# File 'lib/adcenter_wrapper_entities.rb', line 5851

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5852
5853
5854
# File 'lib/adcenter_wrapper_entities.rb', line 5852

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5856
5857
5858
# File 'lib/adcenter_wrapper_entities.rb', line 5856

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5857
5858
5859
# File 'lib/adcenter_wrapper_entities.rb', line 5857

def time
  @time
end