Class: Nomad::JobChildren

Inherits:
Response show all
Defined in:
lib/nomad/api/job.rb

Constant Summary

Constants inherited from Response

Response::BUILTIN_LOADERS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Response

#==, decode, #initialize, #to_h

Constructor Details

This class inherits a constructor from Nomad::Response

Instance Attribute Details

#deadInteger (readonly)

The job dead.

Returns:

  • (Integer)


372
# File 'lib/nomad/api/job.rb', line 372

field :Dead, as: :dead

#pendingInteger (readonly)

The job pending.

Returns:

  • (Integer)


362
# File 'lib/nomad/api/job.rb', line 362

field :Pending, as: :pending

#runningInteger (readonly)

The job running.

Returns:

  • (Integer)


367
# File 'lib/nomad/api/job.rb', line 367

field :Running, as: :running