Class: AdCenterWrapper::DestinationUrlPerformanceReportRequest

Inherits:
ReportRequest
  • Object
show all
Defined in:
lib/ReportingService.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.

[View source]

46
47
48
49
50
51
52
53
54
55
56
# File 'lib/ReportingService.rb', line 46

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.


40
41
42
# File 'lib/ReportingService.rb', line 40

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


41
42
43
# File 'lib/ReportingService.rb', line 41

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


42
43
44
# File 'lib/ReportingService.rb', line 42

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


36
37
38
# File 'lib/ReportingService.rb', line 36

def format
  @format
end

#languageObject

Returns the value of attribute language.


37
38
39
# File 'lib/ReportingService.rb', line 37

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


38
39
40
# File 'lib/ReportingService.rb', line 38

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


39
40
41
# File 'lib/ReportingService.rb', line 39

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


43
44
45
# File 'lib/ReportingService.rb', line 43

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


44
45
46
# File 'lib/ReportingService.rb', line 44

def time
  @time
end