Class: Fog::Volume::OpenStack::VolumeType
- Inherits:
-
Model
- Object
- Model
- Fog::Volume::OpenStack::VolumeType
- Defined in:
- lib/fog/openstack/models/volume/volume_type.rb
Instance Method Summary collapse
-
#initialize(attributes) ⇒ VolumeType
constructor
A new instance of VolumeType.
Constructor Details
#initialize(attributes) ⇒ VolumeType
Returns a new instance of VolumeType.
12 13 14 15 16 |
# File 'lib/fog/openstack/models/volume/volume_type.rb', line 12 def initialize(attributes) # Old 'connection' is renamed as service and should be used instead prepare_service_value(attributes) super end |