class Softlayer::Account::Authentication::Attribute::Type

Constants

SERVICE

Attributes

description[RW]
id[RW]
key_name[RW]
name[RW]
value_example[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/account/authentication/attribute/type.rb, line 13
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Account::Attribute::Type])
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/account/authentication/attribute/type.rb, line 17
def get_object
  request(:get_object, Softlayer::Account::Authentication::Attribute::Type)
end