Class: AdCenterWrapper::AdPerformanceReportFilter

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

Instance Method Summary collapse

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

#adDistributionObject

Returns the value of attribute adDistribution.


1166
1167
1168
# File 'lib/ReportingService.rb', line 1166

def adDistribution
  @adDistribution
end

#adTypeObject

Returns the value of attribute adType.


1167
1168
1169
# File 'lib/ReportingService.rb', line 1167

def adType
  @adType
end

#deviceTypeObject

Returns the value of attribute deviceType.


1168
1169
1170
# File 'lib/ReportingService.rb', line 1168

def deviceType
  @deviceType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


1169
1170
1171
# File 'lib/ReportingService.rb', line 1169

def languageAndRegion
  @languageAndRegion
end

#languageCodeObject

Returns the value of attribute languageCode.


1170
1171
1172
# File 'lib/ReportingService.rb', line 1170

def languageCode
  @languageCode
end