Class: Softlayer::Resource::Group::Role
- Defined in:
- lib/softlayer/resource/group/role.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key_name ⇒ Object
Returns the value of attribute key_name.
-
#member_link_count ⇒ Object
Returns the value of attribute member_link_count.
-
#member_links ⇒ Object
Returns the value of attribute member_links.
Method Summary
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
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/softlayer/resource/group/role.rb', line 5 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/softlayer/resource/group/role.rb', line 6 def id @id end |
#key_name ⇒ Object
Returns the value of attribute key_name.
7 8 9 |
# File 'lib/softlayer/resource/group/role.rb', line 7 def key_name @key_name end |
#member_link_count ⇒ Object
Returns the value of attribute member_link_count.
8 9 10 |
# File 'lib/softlayer/resource/group/role.rb', line 8 def member_link_count @member_link_count end |
#member_links ⇒ Object
Returns the value of attribute member_links.
9 10 11 |
# File 'lib/softlayer/resource/group/role.rb', line 9 def member_links @member_links end |