Class: AdCenterWrapper::AdPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AdPerformanceReportFilter
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) ⇒ AdPerformanceReportFilter
constructor
A new instance of AdPerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, adType = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil) ⇒ AdPerformanceReportFilter
Returns a new instance of AdPerformanceReportFilter.
1172 1173 1174 1175 1176 1177 1178 |
# File 'lib/ReportingService.rb', line 1172 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
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
1166 1167 1168 |
# File 'lib/ReportingService.rb', line 1166 def adDistribution @adDistribution end |
#adType ⇒ Object
Returns the value of attribute adType.
1167 1168 1169 |
# File 'lib/ReportingService.rb', line 1167 def adType @adType end |
#deviceType ⇒ Object
Returns the value of attribute deviceType.
1168 1169 1170 |
# File 'lib/ReportingService.rb', line 1168 def deviceType @deviceType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
1169 1170 1171 |
# File 'lib/ReportingService.rb', line 1169 def languageAndRegion @languageAndRegion end |
#languageCode ⇒ Object
Returns the value of attribute languageCode.
1170 1171 1172 |
# File 'lib/ReportingService.rb', line 1170 def languageCode @languageCode end |