Class: AdCenterWrapper::PublisherUsagePerformanceReportRequest

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

Returns a new instance of PublisherUsagePerformanceReportRequest.

[View source]

114
115
116
117
118
119
120
121
122
123
124
# File 'lib/ReportingService.rb', line 114

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.


108
109
110
# File 'lib/ReportingService.rb', line 108

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


109
110
111
# File 'lib/ReportingService.rb', line 109

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


110
111
112
# File 'lib/ReportingService.rb', line 110

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


104
105
106
# File 'lib/ReportingService.rb', line 104

def format
  @format
end

#languageObject

Returns the value of attribute language.


105
106
107
# File 'lib/ReportingService.rb', line 105

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


106
107
108
# File 'lib/ReportingService.rb', line 106

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


107
108
109
# File 'lib/ReportingService.rb', line 107

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


111
112
113
# File 'lib/ReportingService.rb', line 111

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


112
113
114
# File 'lib/ReportingService.rb', line 112

def time
  @time
end