Class: Cloud::Appliance::Descriptor::Disk
- Inherits:
-
Object
- Object
- Cloud::Appliance::Descriptor::Disk
- Includes:
- Tools::GeneralInit, Tools::GeneralToHash
- Defined in:
- lib/cloud/appliance/descriptor/disk.rb
Instance Attribute Summary collapse
-
#device_prefix ⇒ Object
Returns the value of attribute device_prefix.
-
#format ⇒ Object
Returns the value of attribute format.
-
#path ⇒ Object
Returns the value of attribute path.
-
#target ⇒ Object
Returns the value of attribute target.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods included from Tools::GeneralToHash
Methods included from Tools::GeneralInit
Instance Attribute Details
#device_prefix ⇒ Object
Returns the value of attribute device_prefix.
8 9 10 |
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8 def device_prefix @device_prefix end |
#format ⇒ Object
Returns the value of attribute format.
8 9 10 |
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8 def format @format end |
#path ⇒ Object
Returns the value of attribute path.
8 9 10 |
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8 def path @path end |
#target ⇒ Object
Returns the value of attribute target.
8 9 10 |
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8 def target @target end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8 def type @type end |