class Softlayer::Layout::Item

Constants

SERVICE

Attributes

id[RW]
keyname[RW]
layout_item_preference_count[RW]
layout_item_preferences[RW]
layout_item_type[RW]
layout_item_type_id[RW]
name[RW]

Public Instance Methods

get_layout_item_preferences() click to toggle source
# File lib/softlayer/layout/item.rb, line 14
def get_layout_item_preferences
  request(:get_layout_item_preferences, Array[Softlayer::Layout::Preference])
end
get_layout_item_type() click to toggle source
# File lib/softlayer/layout/item.rb, line 18
def get_layout_item_type
  request(:get_layout_item_type, Softlayer::Layout::Item::Type)
end
get_object() click to toggle source
# File lib/softlayer/layout/item.rb, line 22
def get_object
  request(:get_object, Softlayer::Layout::Item)
end