Class: AdCenterWrapper::ConversionPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::ConversionPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8ConversionPerformanceReportFilter
deviceType - (any)
keywords - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Method Summary collapse
-
#initialize(deviceType = nil, keywords = nil) ⇒ ConversionPerformanceReportFilter
constructor
A new instance of ConversionPerformanceReportFilter.
Constructor Details
#initialize(deviceType = nil, keywords = nil) ⇒ ConversionPerformanceReportFilter
Returns a new instance of ConversionPerformanceReportFilter.
1287 1288 1289 1290 |
# File 'lib/ReportingService.rb', line 1287 def initialize(deviceType = nil, keywords = nil) @deviceType = deviceType @keywords = keywords end |
Instance Attribute Details
#deviceType ⇒ Object
Returns the value of attribute deviceType.
1284 1285 1286 |
# File 'lib/ReportingService.rb', line 1284 def deviceType @deviceType end |
#keywords ⇒ Object
Returns the value of attribute keywords.
1285 1286 1287 |
# File 'lib/ReportingService.rb', line 1285 def keywords @keywords end |