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