Read a specific evaluation.
Parameters:
The full ID of the evaluation to read
Returns:
31 32 33 34
# File 'lib/nomad/api/evaluation.rb', line 31 def read(id, **options) json = client.get("/v1/evaluation/#{CGI.escape(id)}", options) return Eval.decode(json) end