# File lib/fog/aws/parsers/storage/get_bucket_tagging.rb, line 18 def end_element(name) case name when 'Tag' @response['BucketTagging'].merge!(@in_tag) @in_tag = {} when 'Key' @in_tag[value] = nil when 'Value' @in_tag = {@in_tag.keys.first => value} end end
Generated with the Darkfish Rdoc Generator 2.