Class: Nomad::AgentJoin
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#error ⇒ String
readonly
The agent configuration.
-
#num_joined ⇒ Integer
readonly
The agent configuration.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#error ⇒ String (readonly)
The agent configuration
204 |
# File 'lib/nomad/api/agent.rb', line 204 field :error, load: :string_as_nil |
#num_joined ⇒ Integer (readonly)
The agent configuration
209 |
# File 'lib/nomad/api/agent.rb', line 209 field :num_joined |