class Fog::Parsers::AWS::CloudFormation::CreateChangeSet
Public Instance Methods
end_element(name)
click to toggle source
# File lib/fog/aws/parsers/cloud_formation/create_change_set.rb, line 6 def end_element(name) case name when 'RequestId', 'Id' @response[name] = value end end