Class: CaptiveStackDetector::Result
- Inherits:
-
Data
- Object
- Data
- CaptiveStackDetector::Result
- Defined in:
- lib/captive_stack_detector/types.rb
Instance Attribute Summary collapse
-
#env_vars ⇒ Object
readonly
Returns the value of attribute env_vars.
-
#runtime ⇒ Object
readonly
Returns the value of attribute runtime.
-
#services ⇒ Object
readonly
Returns the value of attribute services.
-
#subtype ⇒ Object
readonly
Returns the value of attribute subtype.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#worker ⇒ Object
readonly
Returns the value of attribute worker.
Instance Attribute Details
#env_vars ⇒ Object (readonly)
Returns the value of attribute env_vars
7 8 9 |
# File 'lib/captive_stack_detector/types.rb', line 7 def env_vars @env_vars end |
#runtime ⇒ Object (readonly)
Returns the value of attribute runtime
7 8 9 |
# File 'lib/captive_stack_detector/types.rb', line 7 def runtime @runtime end |
#services ⇒ Object (readonly)
Returns the value of attribute services
7 8 9 |
# File 'lib/captive_stack_detector/types.rb', line 7 def services @services end |
#subtype ⇒ Object (readonly)
Returns the value of attribute subtype
7 8 9 |
# File 'lib/captive_stack_detector/types.rb', line 7 def subtype @subtype end |
#type ⇒ Object (readonly)
Returns the value of attribute type
7 8 9 |
# File 'lib/captive_stack_detector/types.rb', line 7 def type @type end |
#worker ⇒ Object (readonly)
Returns the value of attribute worker
7 8 9 |
# File 'lib/captive_stack_detector/types.rb', line 7 def worker @worker end |