# File lib/fog/bluebox/parsers/dns/get_zones.rb, line 13 def end_element(name) case name when 'serial', 'ttl', 'retry', 'expires', 'record-count', 'refresh', 'minimum' @zone[name] = value.to_i when 'name', 'id' @zone[name] = value when 'record' @response['zones'] << @zone @zone = {} end end
Generated with the Darkfish Rdoc Generator 2.