Class: AdCenterWrapper::DestinationUrlPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::DestinationUrlPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8DestinationUrlPerformanceReportFilter
adDistribution - (any)
deviceType - (any)
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#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, deviceType = nil, languageAndRegion = nil, languageCode = nil) ⇒ DestinationUrlPerformanceReportFilter
constructor
A new instance of DestinationUrlPerformanceReportFilter.
Constructor Details
permalink #initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil) ⇒ DestinationUrlPerformanceReportFilter
Returns a new instance of DestinationUrlPerformanceReportFilter.
773 774 775 776 777 778 |
# File 'lib/ReportingService.rb', line 773 def initialize(adDistribution = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil) @adDistribution = adDistribution @deviceType = deviceType @languageAndRegion = languageAndRegion @languageCode = languageCode end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
768 769 770 |
# File 'lib/ReportingService.rb', line 768 def adDistribution @adDistribution end |
permalink #deviceType ⇒ Object
Returns the value of attribute deviceType.
769 770 771 |
# File 'lib/ReportingService.rb', line 769 def deviceType @deviceType end |
permalink #languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
770 771 772 |
# File 'lib/ReportingService.rb', line 770 def languageAndRegion @languageAndRegion end |
permalink #languageCode ⇒ Object
Returns the value of attribute languageCode.
771 772 773 |
# File 'lib/ReportingService.rb', line 771 def languageCode @languageCode end |