Sha256: 2a4c5f3d563f7f66a0912f8f0839a3dad2381307ce0aa104435e093b11cea800

Contents?: true

Size: 322 Bytes

Versions: 50

Compression:

Stored size: 322 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module Compute

        class AllocateAddress < Fog::Parsers::Base

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

        end
      end
    end
  end
end

Version data entries

50 entries across 50 versions & 3 rubygems

Version Path
fog-0.3.28 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.27 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.26 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.25 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.24 lib/fog/aws/parsers/compute/allocate_address.rb
bbcloud-0.8.1 lib/bbcloud/vendor/fog-0.3.23/lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.23 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.22 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.21 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.20 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.19 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.18 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.17 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.16 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.15 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.14 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.13 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.12 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.11 lib/fog/aws/parsers/compute/allocate_address.rb
fog-0.3.10 lib/fog/aws/parsers/compute/allocate_address.rb