# File lib/fog/dns/models/zerigo/records.rb, line 25 def get(record_id) data = connection.get_host(record_id).body new(data) rescue Fog::Service::NotFound nil end