Class: AdCenterWrapper::DestinationUrlPerformanceReportRequest

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

Returns a new instance of DestinationUrlPerformanceReportRequest.



5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
# File 'lib/adcenter_wrapper_entities.rb', line 5321

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.



5315
5316
5317
# File 'lib/adcenter_wrapper_entities.rb', line 5315

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5316
5317
5318
# File 'lib/adcenter_wrapper_entities.rb', line 5316

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5317
5318
5319
# File 'lib/adcenter_wrapper_entities.rb', line 5317

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5311
5312
5313
# File 'lib/adcenter_wrapper_entities.rb', line 5311

def format
  @format
end

#languageObject

Returns the value of attribute language.



5312
5313
5314
# File 'lib/adcenter_wrapper_entities.rb', line 5312

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5313
5314
5315
# File 'lib/adcenter_wrapper_entities.rb', line 5313

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5314
5315
5316
# File 'lib/adcenter_wrapper_entities.rb', line 5314

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5318
5319
5320
# File 'lib/adcenter_wrapper_entities.rb', line 5318

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5319
5320
5321
# File 'lib/adcenter_wrapper_entities.rb', line 5319

def time
  @time
end