Class: AdCenterWrapper::DeviceOS
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeviceOS
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8DeviceOS
deviceName - SOAP::SOAPString
oSName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#oSName ⇒ Object
Returns the value of attribute oSName.
Instance Method Summary collapse
-
#initialize(deviceName = nil, oSName = nil) ⇒ DeviceOS
constructor
A new instance of DeviceOS.
Constructor Details
permalink #initialize(deviceName = nil, oSName = nil) ⇒ DeviceOS
Returns a new instance of DeviceOS.
1208 1209 1210 1211 |
# File 'lib/CampaignManagementService.rb', line 1208 def initialize(deviceName = nil, oSName = nil) @deviceName = deviceName @oSName = oSName end |
Instance Attribute Details
permalink #deviceName ⇒ Object
Returns the value of attribute deviceName.
1205 1206 1207 |
# File 'lib/CampaignManagementService.rb', line 1205 def deviceName @deviceName end |
permalink #oSName ⇒ Object
Returns the value of attribute oSName.
1206 1207 1208 |
# File 'lib/CampaignManagementService.rb', line 1206 def oSName @oSName end |