class Softlayer::Layout::Profile::Customer

Constants

SERVICE

Attributes

user_record[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/layout/profile/customer.rb, line 9
def self.create_object(message)
  request(:create_object, Boolean, message)
end

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/layout/profile/customer.rb, line 13
def delete_object
  request(:delete_object, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/layout/profile/customer.rb, line 18
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_layout_containers() click to toggle source
# File lib/softlayer/layout/profile/customer.rb, line 22
def get_layout_containers
  request(:get_layout_containers, Array[Softlayer::Layout::Container])
end
get_layout_preferences() click to toggle source
# File lib/softlayer/layout/profile/customer.rb, line 26
def get_layout_preferences
  request(:get_layout_preferences, Array[Softlayer::Layout::Profile::Preference])
end
get_object() click to toggle source
# File lib/softlayer/layout/profile/customer.rb, line 30
def get_object
  request(:get_object, Softlayer::Layout::Profile::Customer)
end
get_user_record() click to toggle source
# File lib/softlayer/layout/profile/customer.rb, line 34
def get_user_record
  request(:get_user_record, Softlayer::User::Customer)
end
modify_preference(message) click to toggle source

template_object

# File lib/softlayer/layout/profile/customer.rb, line 39
def modify_preference(message)
  request(:modify_preference, Softlayer::Layout::Profile::Preference, message)
end
modify_preferences(message) click to toggle source

layout_preference_objects

# File lib/softlayer/layout/profile/customer.rb, line 44
def modify_preferences(message)
  request(:modify_preferences, Array[Softlayer::Layout::Profile::Preference], message)
end