Class: AdCenterWrapper::RichAdComponentPerformanceReportFilter

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

Overview

https://adcenter.microsoft.com/v8RichAdComponentPerformanceReportFilter

componentType - (any)
richAdSubType - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(componentType = nil, richAdSubType = nil) ⇒ RichAdComponentPerformanceReportFilter

Returns a new instance of RichAdComponentPerformanceReportFilter.

[View source]

1192
1193
1194
1195
# File 'lib/ReportingService.rb', line 1192

def initialize(componentType = nil, richAdSubType = nil)
  @componentType = componentType
  @richAdSubType = richAdSubType
end

Instance Attribute Details

#componentTypeObject

Returns the value of attribute componentType.


1189
1190
1191
# File 'lib/ReportingService.rb', line 1189

def componentType
  @componentType
end

#richAdSubTypeObject

Returns the value of attribute richAdSubType.


1190
1191
1192
# File 'lib/ReportingService.rb', line 1190

def richAdSubType
  @richAdSubType
end