Sha256: de580e7fb9cafeb9fe5c51ad62554ce00c5a3265fa5457facee61bfcab714a8b

Contents?: true

Size: 349 Bytes

Versions: 143

Compression:

Stored size: 349 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module EC2

        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

143 entries across 143 versions & 3 rubygems

Version Path
geemus-fog-0.0.0 lib/fog/aws/parsers/ec2/create_key_pair.rb
geemus-fog-0.0.1 lib/fog/aws/parsers/ec2/create_key_pair.rb
geemus-fog-0.0.3 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.30 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.28 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.27 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.26 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.25 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.24 lib/fog/aws/parsers/ec2/create_key_pair.rb
tecnh-fog-0.2.23.vpc lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.23 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.22 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.21 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.20 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.19 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.18 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.17 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.16 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.15 lib/fog/aws/parsers/ec2/create_key_pair.rb
fog-0.2.14 lib/fog/aws/parsers/ec2/create_key_pair.rb