Class: AdCenterWrapper::AdDynamicTextPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdDynamicTextPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AdDynamicTextPerformanceReportFilter
adDistribution - (any)
adType - (any)
deviceType - (any)
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#languageCode ⇒ Object
Returns the value of attribute languageCode.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil) ⇒ AdDynamicTextPerformanceReportFilter
constructor
A new instance of AdDynamicTextPerformanceReportFilter.
Constructor Details
permalink #initialize(adDistribution = nil, adType = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil) ⇒ AdDynamicTextPerformanceReportFilter
Returns a new instance of AdDynamicTextPerformanceReportFilter.
1235 1236 1237 1238 1239 1240 1241 |
# File 'lib/ReportingService.rb', line 1235 def initialize(adDistribution = nil, adType = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil) @adDistribution = adDistribution @adType = adType @deviceType = deviceType @languageAndRegion = languageAndRegion @languageCode = languageCode end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
1229 1230 1231 |
# File 'lib/ReportingService.rb', line 1229 def adDistribution @adDistribution end |
permalink #adType ⇒ Object
Returns the value of attribute adType.
1230 1231 1232 |
# File 'lib/ReportingService.rb', line 1230 def adType @adType end |
permalink #deviceType ⇒ Object
Returns the value of attribute deviceType.
1231 1232 1233 |
# File 'lib/ReportingService.rb', line 1231 def deviceType @deviceType end |
permalink #languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
1232 1233 1234 |
# File 'lib/ReportingService.rb', line 1232 def languageAndRegion @languageAndRegion end |
permalink #languageCode ⇒ Object
Returns the value of attribute languageCode.
1233 1234 1235 |
# File 'lib/ReportingService.rb', line 1233 def languageCode @languageCode end |