Sha256: 677d440074e282d7533c4c08f049047eb02378404f59f2231cd1a85b1f85f0ee

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module CloudFormation

        class CreateStack < Fog::Parsers::Base

          def end_element(name)
            case name
            when 'RequestId', 'StackId'
              @response[name] = @value
            end
          end

        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-0.7.2 lib/fog/aws/parsers/cloud_formation/create_stack.rb
fog-0.7.1 lib/fog/aws/parsers/cloud_formation/create_stack.rb
fog-0.7.0 lib/fog/aws/parsers/cloud_formation/create_stack.rb