class Softlayer::User::Customer::ApiAuthentication
Constants
- SERVICE
Attributes
authentication_key[RW]
id[RW]
ip_address_restriction[RW]
timestamp_key[RW]
user[RW]
user_id[RW]
Public Instance Methods
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/user/customer/api_authentication.rb, line 14 def edit_object(message) request(:edit_object, Softlayer::User::Customer::ApiAuthentication, message) end
get_object()
click to toggle source
# File lib/softlayer/user/customer/api_authentication.rb, line 18 def get_object request(:get_object, Softlayer::User::Customer::ApiAuthentication) end
get_user()
click to toggle source
# File lib/softlayer/user/customer/api_authentication.rb, line 22 def get_user request(:get_user, Softlayer::User::Customer) end