Class: Softlayer::Layout::Profile::Preference

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/layout/profile/preference.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Layout_Profile_Preference'

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#create_dateObject

Returns the value of attribute create_date.



6
7
8
# File 'lib/softlayer/layout/profile/preference.rb', line 6

def create_date
  @create_date
end

#default_value_flagObject

Returns the value of attribute default_value_flag.



7
8
9
# File 'lib/softlayer/layout/profile/preference.rb', line 7

def default_value_flag
  @default_value_flag
end

#layout_containerObject

Returns the value of attribute layout_container.



14
15
16
# File 'lib/softlayer/layout/profile/preference.rb', line 14

def layout_container
  @layout_container
end

#layout_container_idObject

Returns the value of attribute layout_container_id.



8
9
10
# File 'lib/softlayer/layout/profile/preference.rb', line 8

def layout_container_id
  @layout_container_id
end

#layout_itemObject

Returns the value of attribute layout_item.



15
16
17
# File 'lib/softlayer/layout/profile/preference.rb', line 15

def layout_item
  @layout_item
end

#layout_item_idObject

Returns the value of attribute layout_item_id.



9
10
11
# File 'lib/softlayer/layout/profile/preference.rb', line 9

def layout_item_id
  @layout_item_id
end

#layout_preferenceObject

Returns the value of attribute layout_preference.



16
17
18
# File 'lib/softlayer/layout/profile/preference.rb', line 16

def layout_preference
  @layout_preference
end

#layout_preference_idObject

Returns the value of attribute layout_preference_id.



10
11
12
# File 'lib/softlayer/layout/profile/preference.rb', line 10

def layout_preference_id
  @layout_preference_id
end

#layout_profileObject

Returns the value of attribute layout_profile.



17
18
19
# File 'lib/softlayer/layout/profile/preference.rb', line 17

def layout_profile
  @layout_profile
end

#layout_profile_idObject

Returns the value of attribute layout_profile_id.



11
12
13
# File 'lib/softlayer/layout/profile/preference.rb', line 11

def layout_profile_id
  @layout_profile_id
end

#modify_dateObject

Returns the value of attribute modify_date.



12
13
14
# File 'lib/softlayer/layout/profile/preference.rb', line 12

def modify_date
  @modify_date
end

#valueObject

Returns the value of attribute value.



13
14
15
# File 'lib/softlayer/layout/profile/preference.rb', line 13

def value
  @value
end

Instance Method Details

#get_layout_containerObject



19
20
21
# File 'lib/softlayer/layout/profile/preference.rb', line 19

def get_layout_container
  request(:get_layout_container, Softlayer::Layout::Container)
end

#get_layout_itemObject



23
24
25
# File 'lib/softlayer/layout/profile/preference.rb', line 23

def get_layout_item
  request(:get_layout_item, Softlayer::Layout::Item)
end

#get_layout_preferenceObject



27
28
29
# File 'lib/softlayer/layout/profile/preference.rb', line 27

def get_layout_preference
  request(:get_layout_preference, Softlayer::Layout::Preference)
end

#get_layout_profileObject



31
32
33
# File 'lib/softlayer/layout/profile/preference.rb', line 31

def get_layout_profile
  request(:get_layout_profile, Softlayer::Layout::Profile)
end

#get_objectObject



35
36
37
# File 'lib/softlayer/layout/profile/preference.rb', line 35

def get_object
  request(:get_object, Softlayer::Layout::Profile::Preference)
end