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