class Nomad::Eval

Constants

STATUS_COMPLETE

The status for a completed job.

Public Instance Methods

complete?() click to toggle source

Determines if this evaluation is done.

@return [Boolean]

# File lib/nomad/api/evaluation.rb, line 164
def complete?
  self.status == STATUS_COMPLETE
end