Sha256: 84d62eeac8d4db39d57249ab13bf3cb586587d072ba6a20a41dcd8464e9fa00b

Contents?: true

Size: 363 Bytes

Versions: 38

Compression:

Stored size: 363 Bytes

Contents

module Fog
  module Parsers
    module DNS
      module Zerigo
        class CountHosts < Fog::Parsers::Base
          def reset
            @response = {}
          end

          def end_element(name)
            case name
            when 'count'
              @response[name] = value.to_i
            end
          end
        end
      end
    end
  end
end

Version data entries

38 entries across 36 versions & 5 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/lib/fog/zerigo/parsers/dns/count_hosts.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/lib/fog/zerigo/parsers/dns/count_hosts.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.42.1 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.42.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.41.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.40.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.39.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.38.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.37.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.36.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.35.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-2.0.0.pre.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.34.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.33.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.32.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.31.0 lib/fog/zerigo/parsers/dns/count_hosts.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/zerigo/parsers/dns/count_hosts.rb
fog-1.30.0 lib/fog/zerigo/parsers/dns/count_hosts.rb