Fog::Model
# File lib/fog/hp/models/compute/meta.rb, line 14 def destroy requires :identity service.delete_meta(collection_name, @parent.id, key) true end
# File lib/fog/hp/models/compute/meta.rb, line 20 def save requires :identity, :value service.update_meta(collection_name, @parent.id, key, value) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.