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