Class: AdCenterWrapper::AccountPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AccountPerformanceReportFilter
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
permalink #initialize(adDistribution = nil, deviceType = nil) ⇒ AccountPerformanceReportFilter
Returns a new instance of AccountPerformanceReportFilter.
1067 1068 1069 1070 |
# File 'lib/ReportingService.rb', line 1067 def initialize(adDistribution = nil, deviceType = nil) @adDistribution = adDistribution @deviceType = deviceType end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
1064 1065 1066 |
# File 'lib/ReportingService.rb', line 1064 def adDistribution @adDistribution end |
permalink #deviceType ⇒ Object
Returns the value of attribute deviceType.
1065 1066 1067 |
# File 'lib/ReportingService.rb', line 1065 def deviceType @deviceType end |