# File lib/fog/slicehost/models/dns/records.rb, line 20 def get(record_id) data = connection.get_record(record_id).body new(data) rescue Excon::Errors::Forbidden nil end