Class: AdCenterWrapper::MetroAreaDemographicReportFilter

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

Overview

https://adcenter.microsoft.com/v8MetroAreaDemographicReportFilter

adDistribution - (any)
country - (any)
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

#adDistributionObject

Returns the value of attribute adDistribution.



876
877
878
# File 'lib/ReportingService.rb', line 876

def adDistribution
  @adDistribution
end

#countryObject

Returns the value of attribute country.



877
878
879
# File 'lib/ReportingService.rb', line 877

def country
  @country
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



878
879
880
# File 'lib/ReportingService.rb', line 878

def languageAndRegion
  @languageAndRegion
end

#languageCodeObject

Returns the value of attribute languageCode.



879
880
881
# File 'lib/ReportingService.rb', line 879

def languageCode
  @languageCode
end