# File lib/fog/dns/models/bluebox/records.rb, line 20
        def get(record_id)
          data = connection.get_record(zone.identity, record_id).body
          new(data)
        rescue Fog::Service::NotFound
          nil
        end