class Softlayer::Notification::Mobile

Constants

SERVICE

Public Class Methods

create_subscriber_for_mobile_device(message) click to toggle source

key_name resource_table_id user_record_id

# File lib/softlayer/notification/mobile.rb, line 9
def self.create_subscriber_for_mobile_device(message)
  request(:create_subscriber_for_mobile_device, Boolean, message)
end
get_all_objects() click to toggle source
# File lib/softlayer/notification/mobile.rb, line 13
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Notification])
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/notification/mobile.rb, line 17
def get_object
  request(:get_object, Softlayer::Notification::Mobile)
end
get_preferences() click to toggle source
# File lib/softlayer/notification/mobile.rb, line 21
def get_preferences
  request(:get_preferences, Array[Softlayer::Notification::Preference])
end
get_required_preferences() click to toggle source
# File lib/softlayer/notification/mobile.rb, line 25
def get_required_preferences
  request(:get_required_preferences, Array[Softlayer::Notification::Preference])
end