Class: AdCenterWrapper::AdDynamicTextPerformanceReportFilter

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(adDistribution = nil, adType = nil, deviceType = nil, languageAndRegion = nil, languageCode = nil) ⇒ AdDynamicTextPerformanceReportFilter

Returns a new instance of AdDynamicTextPerformanceReportFilter.

[View source]

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

#adDistributionObject

Returns the value of attribute adDistribution.


1229
1230
1231
# File 'lib/ReportingService.rb', line 1229

def adDistribution
  @adDistribution
end

#adTypeObject

Returns the value of attribute adType.


1230
1231
1232
# File 'lib/ReportingService.rb', line 1230

def adType
  @adType
end

#deviceTypeObject

Returns the value of attribute deviceType.


1231
1232
1233
# File 'lib/ReportingService.rb', line 1231

def deviceType
  @deviceType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


1232
1233
1234
# File 'lib/ReportingService.rb', line 1232

def languageAndRegion
  @languageAndRegion
end

#languageCodeObject

Returns the value of attribute languageCode.


1233
1234
1235
# File 'lib/ReportingService.rb', line 1233

def languageCode
  @languageCode
end