Class: AdCenterWrapper::AgeGenderDemographicReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AgeGenderDemographicReportFilter
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AgeGenderDemographicReportFilter
adDistribution - (any)
languageAndRegion - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, languageAndRegion = nil) ⇒ AgeGenderDemographicReportFilter
constructor
A new instance of AgeGenderDemographicReportFilter.
Constructor Details
#initialize(adDistribution = nil, languageAndRegion = nil) ⇒ AgeGenderDemographicReportFilter
Returns a new instance of AgeGenderDemographicReportFilter.
6217 6218 6219 6220 |
# File 'lib/adcenter_wrapper_entities.rb', line 6217 def initialize(adDistribution = nil, languageAndRegion = nil) @adDistribution = adDistribution @languageAndRegion = languageAndRegion end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
6214 6215 6216 |
# File 'lib/adcenter_wrapper_entities.rb', line 6214 def adDistribution @adDistribution end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
6215 6216 6217 |
# File 'lib/adcenter_wrapper_entities.rb', line 6215 def languageAndRegion @languageAndRegion end |