Class: AdCenterWrapper::DeviceOS

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

Overview

https://adcenter.microsoft.com/v8DeviceOS

deviceName - SOAP::SOAPString
oSName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deviceName = nil, oSName = nil) ⇒ DeviceOS

Returns a new instance of DeviceOS.

[View source]

1208
1209
1210
1211
# File 'lib/CampaignManagementService.rb', line 1208

def initialize(deviceName = nil, oSName = nil)
  @deviceName = deviceName
  @oSName = oSName
end

Instance Attribute Details

#deviceNameObject

Returns the value of attribute deviceName.


1205
1206
1207
# File 'lib/CampaignManagementService.rb', line 1205

def deviceName
  @deviceName
end

#oSNameObject

Returns the value of attribute oSName.


1206
1207
1208
# File 'lib/CampaignManagementService.rb', line 1206

def oSName
  @oSName
end