Sha256: 4eee427c7997dfdf7d0f2a52c541da1f16211ed23ab6719114bd4e8851d0cd9a

Contents?: true

Size: 352 Bytes

Versions: 111

Compression:

Stored size: 352 Bytes

Contents

module Fog
  module Parsers
    module Compute
      module AWS

        class CreateKeyPair < Fog::Parsers::Base

          def end_element(name)
            case name
            when 'keyFingerprint', 'keyMaterial', 'keyName', 'requestId'
              @response[name] = value
            end
          end

        end

      end
    end
  end
end

Version data entries

111 entries across 111 versions & 19 rubygems

Version Path
fog-1.10.1 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-parser-fix-1.6.1 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-test-again-1.6.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-test-me-1.10.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-parser-fix-1.6.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-1.10.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-1.9.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/aws/parsers/compute/create_key_pair.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/aws/parsers/compute/create_key_pair.rb
fog-sgonyea-1.8.1 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-1.8.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-1.7.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-1.6.0 lib/fog/aws/parsers/compute/create_key_pair.rb
fog-1.5.0 lib/fog/aws/parsers/compute/create_key_pair.rb
rackspace-fog-1.4.2 lib/rackspace-fog/aws/parsers/compute/create_key_pair.rb
fog-1.4.0 lib/fog/aws/parsers/compute/create_key_pair.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/compute/create_key_pair.rb