Fog::Model
# File lib/fog/aws/models/compute/tag.rb, line 15 def initialize(attributes = {}) super end
# File lib/fog/aws/models/compute/tag.rb, line 19 def destroy requires :key, :resource_id service.delete_tags(resource_id, key => value) true end
# File lib/fog/aws/models/compute/tag.rb, line 25 def save requires :key, :resource_id service.create_tags(resource_id, key => value) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.