Class: Nomad::JobChildren
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#dead ⇒ Integer
readonly
The job dead.
-
#pending ⇒ Integer
readonly
The job pending.
-
#running ⇒ Integer
readonly
The job running.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#dead ⇒ Integer (readonly)
The job dead.
372 |
# File 'lib/nomad/api/job.rb', line 372 field :Dead, as: :dead |
#pending ⇒ Integer (readonly)
The job pending.
362 |
# File 'lib/nomad/api/job.rb', line 362 field :Pending, as: :pending |
#running ⇒ Integer (readonly)
The job running.
367 |
# File 'lib/nomad/api/job.rb', line 367 field :Running, as: :running |