class Nomad::NodeItem

Constants

STATUS_READY

Public Instance Methods

ready?() click to toggle source

Determines if the ndoe is ready. @return [Boolean]

# File lib/nomad/api/node.rb, line 179
def ready?
  self.status == STATUS_READY
end