Fog::Parsers::Base
# File lib/fog/bluebox/parsers/dns/create_record.rb, line 12 def end_element(name) case name when 'serial', 'ttl', 'retry', 'refresh', 'minimum', 'record-count', 'expires' @response[name] = value.to_i when 'name', 'id' @response[name] = value end end
# File lib/fog/bluebox/parsers/dns/create_record.rb, line 8 def reset @response = {} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.