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