Method: Fog::Parsers::DNS::Zerigo::FindHosts#reset
- Defined in:
- lib/fog/zerigo/parsers/dns/find_hosts.rb
permalink #reset ⇒ Object
[View source]
8 9 10 11 |
# File 'lib/fog/zerigo/parsers/dns/find_hosts.rb', line 8 def reset @host = {} @response = { 'hosts' => [] } end |