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