Class: AdCenterWrapper::MetroAreaDemographicReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::MetroAreaDemographicReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7MetroAreaDemographicReportFilter
adDistribution - (any)
country - (any)
languageAndRegion - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#country ⇒ Object
Returns the value of attribute country.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, country = nil, languageAndRegion = nil) ⇒ MetroAreaDemographicReportFilter
constructor
A new instance of MetroAreaDemographicReportFilter.
Constructor Details
#initialize(adDistribution = nil, country = nil, languageAndRegion = nil) ⇒ MetroAreaDemographicReportFilter
Returns a new instance of MetroAreaDemographicReportFilter.
6236 6237 6238 6239 6240 |
# File 'lib/adcenter_wrapper_entities.rb', line 6236 def initialize(adDistribution = nil, country = nil, languageAndRegion = nil) @adDistribution = adDistribution @country = country @languageAndRegion = languageAndRegion end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6232 6233 6234 |
# File 'lib/adcenter_wrapper_entities.rb', line 6232 def adDistribution @adDistribution end |
#country ⇒ Object
Returns the value of attribute country.
6233 6234 6235 |
# File 'lib/adcenter_wrapper_entities.rb', line 6233 def country @country end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6234 6235 6236 |
# File 'lib/adcenter_wrapper_entities.rb', line 6234 def languageAndRegion @languageAndRegion end |