Class: Nomad::JobArtifact
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#destination ⇒ String
readonly
The task destination.
-
#options ⇒ Hash<String,String>
readonly
The task options.
-
#source ⇒ String
readonly
The task source.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#destination ⇒ String (readonly)
The task destination.
950 |
# File 'lib/nomad/api/job.rb', line 950 field :RelativeDest, as: :destination, load: :string_as_nil |
#options ⇒ Hash<String,String> (readonly)
The task options.
945 |
# File 'lib/nomad/api/job.rb', line 945 field :GetterOptions, as: :options, load: :stringify_keys |
#source ⇒ String (readonly)
The task source.
940 |
# File 'lib/nomad/api/job.rb', line 940 field :GetterSource, as: :source, load: :string_as_nil |