# File lib/fog/openstack/models/compute/image.rb, line 43 def destroy requires :id connection.delete_image(id) true end
# File lib/fog/openstack/models/compute/image.rb, line 28 def metadata @metadata ||= begin Fog::Compute::OpenStack::Metadata.new({ :connection => connection, :parent => self }) end end
Generated with the Darkfish Rdoc Generator 2.