Method: Fog::Compute::HP::Image#destroy

Defined in:
lib/fog/hp/models/compute/image.rb

#destroyObject


22
23
24
25
26
27
# File 'lib/fog/hp/models/compute/image.rb', line 22

def destroy
  requires :id

  connection.delete_image(id)
  true
end