Class: AdCenterWrapper::MetroAreaDemographicReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::MetroAreaDemographicReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8MetroAreaDemographicReportFilter
adDistribution - (any)
country - (any)
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring
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.
-
#languageCode ⇒ Object
Returns the value of attribute languageCode.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, country = nil, languageAndRegion = nil, languageCode = nil) ⇒ MetroAreaDemographicReportFilter
constructor
A new instance of MetroAreaDemographicReportFilter.
Constructor Details
permalink #initialize(adDistribution = nil, country = nil, languageAndRegion = nil, languageCode = nil) ⇒ MetroAreaDemographicReportFilter
Returns a new instance of MetroAreaDemographicReportFilter.
881 882 883 884 885 886 |
# File 'lib/ReportingService.rb', line 881 def initialize(adDistribution = nil, country = nil, languageAndRegion = nil, languageCode = nil) @adDistribution = adDistribution @country = country @languageAndRegion = languageAndRegion @languageCode = languageCode end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
876 877 878 |
# File 'lib/ReportingService.rb', line 876 def adDistribution @adDistribution end |
permalink #country ⇒ Object
Returns the value of attribute country.
877 878 879 |
# File 'lib/ReportingService.rb', line 877 def country @country end |
permalink #languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
878 879 880 |
# File 'lib/ReportingService.rb', line 878 def languageAndRegion @languageAndRegion end |
permalink #languageCode ⇒ Object
Returns the value of attribute languageCode.
879 880 881 |
# File 'lib/ReportingService.rb', line 879 def languageCode @languageCode end |