Fog::Parsers::Base
# File lib/fog/bluebox/parsers/dns/get_records.rb, line 13 def end_element(name) case name when 'record' @response['records'] << @record @record = {} else @record[name] = value end end
# File lib/fog/bluebox/parsers/dns/get_records.rb, line 8 def reset @record = {} @response = { 'records' => [] } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.