class Softlayer::User::Customer::MobileDevice
Constants
- SERVICE
Attributes
available_push_notification_subscription_count[RW]
available_push_notification_subscriptions[RW]
create_date[RW]
customer[RW]
display_resolution_xx_y[RW]
id[RW]
mobile_device_type_id[RW]
mobile_operating_system_id[RW]
model_number[RW]
modify_date[RW]
name[RW]
operating_system[RW]
phone_number[RW]
push_notification_subscription_count[RW]
push_notification_subscriptions[RW]
serial_number[RW]
token[RW]
type[RW]
user_id[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/user/customer/mobile_device.rb, line 29 def self.create_object(message) request(:create_object, Softlayer::User::Customer::MobileDevice, message) end
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/user/customer/mobile_device.rb, line 33 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/user/customer/mobile_device.rb, line 38 def edit_object(message) request(:edit_object, Boolean, message) end
get_available_push_notification_subscriptions()
click to toggle source
# File lib/softlayer/user/customer/mobile_device.rb, line 42 def get_available_push_notification_subscriptions request(:get_available_push_notification_subscriptions, Array[Softlayer::Notification]) end
get_customer()
click to toggle source
# File lib/softlayer/user/customer/mobile_device.rb, line 46 def get_customer request(:get_customer, Softlayer::User::Customer) end
get_object()
click to toggle source
# File lib/softlayer/user/customer/mobile_device.rb, line 50 def get_object request(:get_object, Softlayer::User::Customer::MobileDevice) end
get_operating_system()
click to toggle source
# File lib/softlayer/user/customer/mobile_device.rb, line 54 def get_operating_system request(:get_operating_system, Softlayer::User::Customer::MobileDevice::OperatingSystem) end
get_push_notification_subscriptions()
click to toggle source
# File lib/softlayer/user/customer/mobile_device.rb, line 58 def get_push_notification_subscriptions request(:get_push_notification_subscriptions, Array[Softlayer::Notification::User::Subscriber]) end
get_type()
click to toggle source
# File lib/softlayer/user/customer/mobile_device.rb, line 62 def get_type request(:get_type, Softlayer::User::Customer::MobileDevice::Type) end