class Softlayer::User::Customer::MobileDevice::OperatingSystem
Constants
- SERVICE
Attributes
build_version[RW]
create_date[RW]
description[RW]
id[RW]
major_version[RW]
minor_version[RW]
modify_date[RW]
name[RW]
Public Class Methods
get_all_objects()
click to toggle source
# File lib/softlayer/user/customer/mobile_device/operating_system.rb, line 16 def self.get_all_objects request(:get_all_objects, Array[Softlayer::User::Customer::MobileDevice::OperatingSystem]) end
Public Instance Methods
get_object()
click to toggle source
# File lib/softlayer/user/customer/mobile_device/operating_system.rb, line 20 def get_object request(:get_object, Softlayer::User::Customer::MobileDevice::OperatingSystem) end