Class: AdCenterWrapper::DeviceOSTarget
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeviceOSTarget
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8DeviceOSTarget
deviceOSList - AdCenterWrapper::ArrayOfDeviceOS
Instance Attribute Summary collapse
-
#deviceOSList ⇒ Object
Returns the value of attribute deviceOSList.
Instance Method Summary collapse
-
#initialize(deviceOSList = nil) ⇒ DeviceOSTarget
constructor
A new instance of DeviceOSTarget.
Constructor Details
permalink #initialize(deviceOSList = nil) ⇒ DeviceOSTarget
Returns a new instance of DeviceOSTarget.
1192 1193 1194 |
# File 'lib/CampaignManagementService.rb', line 1192 def initialize(deviceOSList = nil) @deviceOSList = deviceOSList end |
Instance Attribute Details
permalink #deviceOSList ⇒ Object
Returns the value of attribute deviceOSList.
1190 1191 1192 |
# File 'lib/CampaignManagementService.rb', line 1190 def deviceOSList @deviceOSList end |