Sha256: 35a6927905e360255e5995ed7b45c79c629fc66b6d1db65ce97b54ff8495c6fb

Contents?: true

Size: 489 Bytes

Versions: 38

Compression:

Stored size: 489 Bytes

Contents

module Fog
  module Parsers
    module Compute
      module AWS

        class AssociateDhcpOptions  < Fog::Parsers::Base

          def end_element(name)
            case name
            when 'requestId'
              @response[name] = value
            when 'return'
              if value == 'true'
                @response[name] = true
              else
                @response[name] = false
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

38 entries across 38 versions & 12 rubygems

Version Path
gapinc-fog-1.12.1.2.1 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.15.0 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
gapinc-fog-1.14.0 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.14.0 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.13.0 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
gapinc-fog-1.12.1.2 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
gapinc-fog-1.12.1.1 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
gapinc-fog-1.12.1a lib/fog/aws/parsers/compute/associate_dhcp_options.rb
gapinc-fog-1.12.1 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.12.1 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.12.0 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
hpfog-0.0.20 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/lib/fog/aws/parsers/compute/associate_dhcp_options.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-nirvanix-1.8.2 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.11.1 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.11.0 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-nirvanix-1.8.1 lib/fog/aws/parsers/compute/associate_dhcp_options.rb
fog-1.10.1 lib/fog/aws/parsers/compute/associate_dhcp_options.rb