Class: Nomad::JobConstraint
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#l_target ⇒ String
readonly
The job l_target.
-
#operand ⇒ String
readonly
The job operand.
-
#r_target ⇒ String
readonly
The job r_target.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#l_target ⇒ String (readonly)
The job l_target.
552 |
# File 'lib/nomad/api/job.rb', line 552 field :LTarget, as: :l_target |
#operand ⇒ String (readonly)
The job operand.
562 |
# File 'lib/nomad/api/job.rb', line 562 field :Operand, as: :operand |
#r_target ⇒ String (readonly)
The job r_target.
557 |
# File 'lib/nomad/api/job.rb', line 557 field :RTarget, as: :r_target |