Class: AdCenterWrapper::AccountPerformanceReportFilter

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

Overview

https://adcenter.microsoft.com/v7AccountPerformanceReportFilter

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.



6094
6095
6096
6097
# File 'lib/adcenter_wrapper_entities.rb', line 6094

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

Instance Attribute Details

#adDistributionObject

Returns the value of attribute adDistribution.



6091
6092
6093
# File 'lib/adcenter_wrapper_entities.rb', line 6091

def adDistribution
  @adDistribution
end

#deviceTypeObject

Returns the value of attribute deviceType.



6092
6093
6094
# File 'lib/adcenter_wrapper_entities.rb', line 6092

def deviceType
  @deviceType
end