Class: AdCenterWrapper::BehavioralTargetReportRequest

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

Returns a new instance of BehavioralTargetReportRequest.

[View source]

148
149
150
151
152
153
154
155
156
157
158
# File 'lib/ReportingService.rb', line 148

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.


142
143
144
# File 'lib/ReportingService.rb', line 142

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


143
144
145
# File 'lib/ReportingService.rb', line 143

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


144
145
146
# File 'lib/ReportingService.rb', line 144

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


138
139
140
# File 'lib/ReportingService.rb', line 138

def format
  @format
end

#languageObject

Returns the value of attribute language.


139
140
141
# File 'lib/ReportingService.rb', line 139

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


140
141
142
# File 'lib/ReportingService.rb', line 140

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


141
142
143
# File 'lib/ReportingService.rb', line 141

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


145
146
147
# File 'lib/ReportingService.rb', line 145

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


146
147
148
# File 'lib/ReportingService.rb', line 146

def time
  @time
end