Class: Softlayer::Location::Group::Type
- Defined in:
- lib/softlayer/location/group/type.rb
Defined Under Namespace
Classes: Representer
Constant Summary collapse
- SERVICE =
'SoftLayer_Location_Group_Type'
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
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
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/softlayer/location/group/type.rb', line 6 def name @name end |