class Softlayer::Notification::User::Subscriber::Billing
Constants
- SERVICE
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/notification/user/subscriber/billing.rb, line 9 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/billing.rb, line 14 def edit_object(message) request(:edit_object, Boolean, message) end
get_delivery_methods()
click to toggle source
# File lib/softlayer/notification/user/subscriber/billing.rb, line 18 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/billing.rb, line 22 def get_notification request(:get_notification, Softlayer::Notification) end
get_object()
click to toggle source
# File lib/softlayer/notification/user/subscriber/billing.rb, line 26 def get_object request(:get_object, Softlayer::Notification::User::Subscriber::Billing) end
get_preferences()
click to toggle source
# File lib/softlayer/notification/user/subscriber/billing.rb, line 30 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/billing.rb, line 34 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/billing.rb, line 38 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/billing.rb, line 42 def get_user_record request(:get_user_record, Softlayer::User::Customer) end