Class: AdCenterWrapper::MetroAreaDemographicReportFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7MetroAreaDemographicReportFilter

adDistribution - (any)
country - (any)
languageAndRegion - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adDistributionObject

Returns the value of attribute adDistribution.



6232
6233
6234
# File 'lib/adcenter_wrapper_entities.rb', line 6232

def adDistribution
  @adDistribution
end

#countryObject

Returns the value of attribute country.



6233
6234
6235
# File 'lib/adcenter_wrapper_entities.rb', line 6233

def country
  @country
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



6234
6235
6236
# File 'lib/adcenter_wrapper_entities.rb', line 6234

def languageAndRegion
  @languageAndRegion
end