class Softlayer::Notification::User::Subscriber

Constants

SERVICE

Attributes

active[RW]
delivery_method_count[RW]
delivery_methods[RW]
id[RW]
notification[RW]
notification_id[RW]
preference_count[RW]
preferences[RW]
preferences_detail_count[RW]
preferences_details[RW]
resource_record[RW]
user_record[RW]
user_record_id[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

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

Public Instance Methods

edit_object(message) click to toggle source

template_object

# File lib/softlayer/notification/user/subscriber.rb, line 31
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_delivery_methods() click to toggle source
# File lib/softlayer/notification/user/subscriber.rb, line 35
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.rb, line 39
def get_notification
  request(:get_notification, Softlayer::Notification)
end
get_object() click to toggle source
# File lib/softlayer/notification/user/subscriber.rb, line 43
def get_object
  request(:get_object, Softlayer::Notification::User::Subscriber)
end
get_preferences() click to toggle source
# File lib/softlayer/notification/user/subscriber.rb, line 47
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.rb, line 51
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.rb, line 55
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.rb, line 59
def get_user_record
  request(:get_user_record, Softlayer::User::Customer)
end