Class: AdCenterWrapper::DeviceOSTarget

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deviceOSList = nil) ⇒ DeviceOSTarget

Returns a new instance of DeviceOSTarget.

[View source]

1192
1193
1194
# File 'lib/CampaignManagementService.rb', line 1192

def initialize(deviceOSList = nil)
  @deviceOSList = deviceOSList
end

Instance Attribute Details

#deviceOSListObject

Returns the value of attribute deviceOSList.


1190
1191
1192
# File 'lib/CampaignManagementService.rb', line 1190

def deviceOSList
  @deviceOSList
end