Class: Fog::Parsers::AWS::CloudFormation::CreateChangeSet

Inherits:
Base
  • Object
show all
Defined in:
lib/fog/aws/parsers/cloud_formation/create_change_set.rb

Instance Method Summary collapse

Instance Method Details

#end_element(name) ⇒ Object



6
7
8
9
10
11
# 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