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