class Softlayer::Notification::User::Subscriber::Mobile

Constants

SERVICE

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/notification/user/subscriber/mobile.rb, line 13
def self.create_object(message)
  request(:create_object, Boolean, message)
end

Public Instance Methods

clear_snooze_timer() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 8
def clear_snooze_timer
  request(:clear_snooze_timer, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/notification/user/subscriber/mobile.rb, line 18
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_delivery_methods() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 22
def get_delivery_methods
  request(:get_delivery_methods, Array[Softlayer::Notification::Delivery::Method])
end
get_notification() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 26
def get_notification
  request(:get_notification, Softlayer::Notification)
end
get_object() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 30
def get_object
  request(:get_object, Softlayer::Notification::User::Subscriber::Mobile)
end
get_preferences() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 34
def get_preferences
  request(:get_preferences, Array[Softlayer::Notification::User::Subscriber::Preference])
end
get_preferences_details() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 38
def get_preferences_details
  request(:get_preferences_details, Array[Softlayer::Notification::Preference])
end
get_resource_record() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 42
def get_resource_record
  request(:get_resource_record, Softlayer::Notification::User::Subscriber::Resource)
end
get_user_record() click to toggle source
# File lib/softlayer/notification/user/subscriber/mobile.rb, line 46
def get_user_record
  request(:get_user_record, Softlayer::User::Customer)
end
set_snooze_timer(message) click to toggle source

start end

# File lib/softlayer/notification/user/subscriber/mobile.rb, line 52
def set_snooze_timer(message)
  request(:set_snooze_timer, Boolean, message)
end