Class: AdCenterWrapper::AccountPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AccountPerformanceReportFilter
adDistribution - (any)
deviceType - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, deviceType = nil) ⇒ AccountPerformanceReportFilter
constructor
A new instance of AccountPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, deviceType = nil) ⇒ AccountPerformanceReportFilter
Returns a new instance of AccountPerformanceReportFilter.
6094 6095 6096 6097 |
# File 'lib/adcenter_wrapper_entities.rb', line 6094 def initialize(adDistribution = nil, deviceType = nil) @adDistribution = adDistribution @deviceType = deviceType end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6091 6092 6093 |
# File 'lib/adcenter_wrapper_entities.rb', line 6091 def adDistribution @adDistribution end |
#deviceType ⇒ Object
Returns the value of attribute deviceType.
6092 6093 6094 |
# File 'lib/adcenter_wrapper_entities.rb', line 6092 def deviceType @deviceType end |