Class: AdCenterWrapper::TacticChannelReportRequest

Inherits:
ReportRequest
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

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

Returns a new instance of TacticChannelReportRequest.



5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
# File 'lib/adcenter_wrapper_entities.rb', line 5355

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.



5349
5350
5351
# File 'lib/adcenter_wrapper_entities.rb', line 5349

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5350
5351
5352
# File 'lib/adcenter_wrapper_entities.rb', line 5350

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5351
5352
5353
# File 'lib/adcenter_wrapper_entities.rb', line 5351

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5345
5346
5347
# File 'lib/adcenter_wrapper_entities.rb', line 5345

def format
  @format
end

#languageObject

Returns the value of attribute language.



5346
5347
5348
# File 'lib/adcenter_wrapper_entities.rb', line 5346

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5347
5348
5349
# File 'lib/adcenter_wrapper_entities.rb', line 5347

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5348
5349
5350
# File 'lib/adcenter_wrapper_entities.rb', line 5348

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5352
5353
5354
# File 'lib/adcenter_wrapper_entities.rb', line 5352

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5353
5354
5355
# File 'lib/adcenter_wrapper_entities.rb', line 5353

def time
  @time
end