Raises:
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
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