Class: Fog::Compute::Cloudstack::Flavor
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Cloudstack::Flavor
- Defined in:
- lib/fog/cloudstack/models/compute/flavor.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
27 28 29 |
# File 'lib/fog/cloudstack/models/compute/flavor.rb', line 27 def destroy raise Fog::Errors::Error.new('Destroying a flavor is not supported') end |
#save ⇒ Object
23 24 25 |
# File 'lib/fog/cloudstack/models/compute/flavor.rb', line 23 def save raise Fog::Errors::Error.new('Creating a flavor is not supported') end |