Class: Fog::Parsers::DNS::Zerigo::CountHosts
- Inherits:
-
Base
- Object
- Base
- Fog::Parsers::DNS::Zerigo::CountHosts
- Defined in:
- lib/fog/zerigo/parsers/dns/count_hosts.rb
Instance Method Summary collapse
Instance Method Details
#end_element(name) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/fog/zerigo/parsers/dns/count_hosts.rb', line 10 def end_element(name) case name when 'count' @response[name] = value.to_i end end |
#reset ⇒ Object
6 7 8 |
# File 'lib/fog/zerigo/parsers/dns/count_hosts.rb', line 6 def reset @response = {} end |