Method: Fog::Image::OpenStack::V2::Images#destroy

Defined in:
lib/fog/image/openstack/v2/models/images.rb

#destroy(id) ⇒ Object



37
38
39
40
# File 'lib/fog/image/openstack/v2/models/images.rb', line 37

def destroy(id)
  image = find_by_id(id)
  image.destroy
end