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