Class: Nomad::Port
Constant Summary
Constants inherited from Response
Instance Attribute Summary collapse
-
#label ⇒ String
readonly
The port label.
-
#value ⇒ Integer
readonly
The port value.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Nomad::Response
Instance Attribute Details
#label ⇒ String (readonly)
The port label.
253 |
# File 'lib/nomad/api/node.rb', line 253 field :Label, as: :label |
#value ⇒ Integer (readonly)
The port value.
258 |
# File 'lib/nomad/api/node.rb', line 258 field :Value, as: :value |