class Softlayer::Account::Password

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
id[RW]
notes[RW]
password[RW]
type[RW]
type_id[RW]
username[RW]

Public Instance Methods

edit_object(message) click to toggle source

template_object

# File lib/softlayer/account/password.rb, line 16
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_account() click to toggle source
# File lib/softlayer/account/password.rb, line 20
def get_account
  request(:get_account, Softlayer::Account)
end
get_object() click to toggle source
# File lib/softlayer/account/password.rb, line 24
def get_object
  request(:get_object, Softlayer::Account::Password)
end
get_type() click to toggle source
# File lib/softlayer/account/password.rb, line 28
def get_type
  request(:get_type, Softlayer::Account::Password::Type)
end