Class: AdCenterWrapper::AccountPerformanceReportFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

https://adcenter.microsoft.com/v8AccountPerformanceReportFilter

adDistribution - (any)
deviceType - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adDistribution = nil, deviceType = nil) ⇒ AccountPerformanceReportFilter

Returns a new instance of AccountPerformanceReportFilter.

[View source]

1067
1068
1069
1070
# File 'lib/ReportingService.rb', line 1067

def initialize(adDistribution = nil, deviceType = nil)
  @adDistribution = adDistribution
  @deviceType = deviceType
end

Instance Attribute Details

#adDistributionObject

Returns the value of attribute adDistribution.


1064
1065
1066
# File 'lib/ReportingService.rb', line 1064

def adDistribution
  @adDistribution
end

#deviceTypeObject

Returns the value of attribute deviceType.


1065
1066
1067
# File 'lib/ReportingService.rb', line 1065

def deviceType
  @deviceType
end