Class: AdCenterWrapper::AdPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdPerformanceReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdPerformanceReportFilter
adDistribution - (any)
adType - (any)
languageAndRegion - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, languageAndRegion = nil) ⇒ AdPerformanceReportFilter
constructor
A new instance of AdPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, adType = nil, languageAndRegion = nil) ⇒ AdPerformanceReportFilter
Returns a new instance of AdPerformanceReportFilter.
6179 6180 6181 6182 6183 |
# File 'lib/adcenter_wrapper_entities.rb', line 6179 def initialize(adDistribution = nil, adType = nil, languageAndRegion = nil) @adDistribution = adDistribution @adType = adType @languageAndRegion = languageAndRegion end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6175 6176 6177 |
# File 'lib/adcenter_wrapper_entities.rb', line 6175 def adDistribution @adDistribution end |
#adType ⇒ Object
Returns the value of attribute adType.
6176 6177 6178 |
# File 'lib/adcenter_wrapper_entities.rb', line 6176 def adType @adType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6177 6178 6179 |
# File 'lib/adcenter_wrapper_entities.rb', line 6177 def languageAndRegion @languageAndRegion end |