Class: Cloud::Appliance::Descriptor::Disk

Inherits:
Object
  • Object
show all
Includes:
Tools::GeneralInit, Tools::GeneralToHash
Defined in:
lib/cloud/appliance/descriptor/disk.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Tools::GeneralToHash

#to_hash

Methods included from Tools::GeneralInit

#initialize

Instance Attribute Details

#device_prefixObject

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

#formatObject

Returns the value of attribute format.



8
9
10
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8

def format
  @format
end

#pathObject

Returns the value of attribute path.



8
9
10
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8

def path
  @path
end

#targetObject

Returns the value of attribute target.



8
9
10
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8

def target
  @target
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/cloud/appliance/descriptor/disk.rb', line 8

def type
  @type
end