Class: Fog::Rackspace::BlockStorage::VolumeType
- Inherits:
-
Model
- Object
- Model
- Fog::Rackspace::BlockStorage::VolumeType
- Defined in:
- lib/fog/rackspace/models/block_storage/volume_type.rb
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
The volume type id.
-
#name ⇒ String
readonly
The name of the volume type.
Instance Attribute Details
#id ⇒ String (readonly)
Returns The volume type id.
9 |
# File 'lib/fog/rackspace/models/block_storage/volume_type.rb', line 9 identity :id |
#name ⇒ String (readonly)
Returns The name of the volume type.
13 |
# File 'lib/fog/rackspace/models/block_storage/volume_type.rb', line 13 attribute :name |