Class: AdCenterWrapper::RichAdComponentPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::RichAdComponentPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8RichAdComponentPerformanceReportFilter
componentType - (any)
richAdSubType - (any)
Instance Attribute Summary collapse
-
#componentType ⇒ Object
Returns the value of attribute componentType.
-
#richAdSubType ⇒ Object
Returns the value of attribute richAdSubType.
Instance Method Summary collapse
-
#initialize(componentType = nil, richAdSubType = nil) ⇒ RichAdComponentPerformanceReportFilter
constructor
A new instance of RichAdComponentPerformanceReportFilter.
Constructor Details
permalink #initialize(componentType = nil, richAdSubType = nil) ⇒ RichAdComponentPerformanceReportFilter
Returns a new instance of RichAdComponentPerformanceReportFilter.
1192 1193 1194 1195 |
# File 'lib/ReportingService.rb', line 1192 def initialize(componentType = nil, richAdSubType = nil) @componentType = componentType @richAdSubType = richAdSubType end |
Instance Attribute Details
permalink #componentType ⇒ Object
Returns the value of attribute componentType.
1189 1190 1191 |
# File 'lib/ReportingService.rb', line 1189 def componentType @componentType end |
permalink #richAdSubType ⇒ Object
Returns the value of attribute richAdSubType.
1190 1191 1192 |
# File 'lib/ReportingService.rb', line 1190 def richAdSubType @richAdSubType end |