Class: Softlayer::Configuration::Storage::Group::Order
- Defined in:
- lib/softlayer/configuration/storage/group/order.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#array_number ⇒ Object
Returns the value of attribute array_number.
-
#array_size ⇒ Object
Returns the value of attribute array_size.
-
#array_type ⇒ Object
Returns the value of attribute array_type.
-
#array_type_id ⇒ Object
Returns the value of attribute array_type_id.
-
#billing_order_item ⇒ Object
Returns the value of attribute billing_order_item.
-
#billing_order_item_id ⇒ Object
Returns the value of attribute billing_order_item_id.
-
#hard_drives ⇒ Object
Returns the value of attribute hard_drives.
-
#hot_spare_drives ⇒ Object
Returns the value of attribute hot_spare_drives.
-
#partition_data ⇒ Object
Returns the value of attribute partition_data.
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
#array_number ⇒ Object
Returns the value of attribute array_number.
6 7 8 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 6 def array_number @array_number end |
#array_size ⇒ Object
Returns the value of attribute array_size.
7 8 9 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 7 def array_size @array_size end |
#array_type ⇒ Object
Returns the value of attribute array_type.
13 14 15 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 13 def array_type @array_type end |
#array_type_id ⇒ Object
Returns the value of attribute array_type_id.
8 9 10 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 8 def array_type_id @array_type_id end |
#billing_order_item ⇒ Object
Returns the value of attribute billing_order_item.
14 15 16 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 14 def billing_order_item @billing_order_item end |
#billing_order_item_id ⇒ Object
Returns the value of attribute billing_order_item_id.
9 10 11 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 9 def billing_order_item_id @billing_order_item_id end |
#hard_drives ⇒ Object
Returns the value of attribute hard_drives.
10 11 12 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 10 def hard_drives @hard_drives end |
#hot_spare_drives ⇒ Object
Returns the value of attribute hot_spare_drives.
11 12 13 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 11 def hot_spare_drives @hot_spare_drives end |
#partition_data ⇒ Object
Returns the value of attribute partition_data.
12 13 14 |
# File 'lib/softlayer/configuration/storage/group/order.rb', line 12 def partition_data @partition_data end |