class Softlayer::Layout::Profile::Preference

Constants

SERVICE

Attributes

create_date[RW]
default_value_flag[RW]
layout_container[RW]
layout_container_id[RW]
layout_item[RW]
layout_item_id[RW]
layout_preference[RW]
layout_preference_id[RW]
layout_profile[RW]
layout_profile_id[RW]
modify_date[RW]
value[RW]

Public Instance Methods

get_layout_container() click to toggle source
# File lib/softlayer/layout/profile/preference.rb, line 19
def get_layout_container
  request(:get_layout_container, Softlayer::Layout::Container)
end
get_layout_item() click to toggle source
# File lib/softlayer/layout/profile/preference.rb, line 23
def get_layout_item
  request(:get_layout_item, Softlayer::Layout::Item)
end
get_layout_preference() click to toggle source
# File lib/softlayer/layout/profile/preference.rb, line 27
def get_layout_preference
  request(:get_layout_preference, Softlayer::Layout::Preference)
end
get_layout_profile() click to toggle source
# File lib/softlayer/layout/profile/preference.rb, line 31
def get_layout_profile
  request(:get_layout_profile, Softlayer::Layout::Profile)
end
get_object() click to toggle source
# File lib/softlayer/layout/profile/preference.rb, line 35
def get_object
  request(:get_object, Softlayer::Layout::Profile::Preference)
end