Sha256: abb1329570eacb4a93ce4aae14bca39e7ebec4c277930166eb0a8a269cd430a0

Contents?: true

Size: 323 Bytes

Versions: 99

Compression:

Stored size: 323 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module CloudFormation

        class UpdateStack < 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

99 entries across 99 versions & 18 rubygems

Version Path
michiels-fog-1.3.1 lib/fog/aws/parsers/cloud_formation/update_stack.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/aws/parsers/cloud_formation/update_stack.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog-1.3.1 lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog-1.3.0 lib/fog/aws/parsers/cloud_formation/update_stack.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog-1.2.0 lib/fog/aws/parsers/cloud_formation/update_stack.rb
ktheory-fog-1.1.2 lib/fog/aws/parsers/cloud_formation/update_stack.rb
brightbox-cli-0.17.4 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/cloud_formation/update_stack.rb
brightbox-cli-0.17.3 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/cloud_formation/update_stack.rb
brightbox-cli-0.17.2 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/cloud_formation/update_stack.rb
brightbox-cli-0.17.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/cloud_formation/update_stack.rb
brightbox-cli-0.17.0 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog-1.1.2 lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog_tractical-1.1.4 lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog_tractical-1.1.3 lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog-1.1.1 lib/fog/aws/parsers/cloud_formation/update_stack.rb
fog-1.1.0 lib/fog/aws/parsers/cloud_formation/update_stack.rb
tag-fog-1.0.1 lib/fog/aws/parsers/cloud_formation/update_stack.rb