# File lib/fog/aws/parsers/cdn/post_invalidation.rb, line 12 def end_element(name) case name when 'CallerReference' @response['InvalidationBatch'][name] = value when 'CreateTime', 'Id', 'Status' @response[name] = value when 'Path' @response['InvalidationBatch'][name] << value end end
Generated with the Darkfish Rdoc Generator 2.