class Softlayer::Account::Authentication::Attribute

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
authentication_record[RW]
id[RW]
type[RW]
type_id[RW]
value[RW]

Public Instance Methods

get_account() click to toggle source
# File lib/softlayer/account/authentication/attribute.rb, line 15
def get_account
  request(:get_account, Softlayer::Account)
end
get_authentication_record() click to toggle source
# File lib/softlayer/account/authentication/attribute.rb, line 19
def get_authentication_record
  request(:get_authentication_record, Softlayer::Account::Authentication::Saml)
end
get_object() click to toggle source
# File lib/softlayer/account/authentication/attribute.rb, line 23
def get_object
  request(:get_object, Softlayer::Account::Authentication::Attribute)
end
get_type() click to toggle source
# File lib/softlayer/account/authentication/attribute.rb, line 27
def get_type
  request(:get_type, Softlayer::Account::Authentication::Attribute::Type)
end