Class: Julewire::Core::Runtime::CloseTransition
- Inherits:
-
Data
- Object
- Data
- Julewire::Core::Runtime::CloseTransition
- Defined in:
- lib/julewire/core/runtime.rb
Instance Attribute Summary collapse
-
#close_pipeline ⇒ Object
readonly
Returns the value of attribute close_pipeline.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#timeout ⇒ Object
readonly
Returns the value of attribute timeout.
Instance Attribute Details
#close_pipeline ⇒ Object (readonly)
Returns the value of attribute close_pipeline
20 21 22 |
# File 'lib/julewire/core/runtime.rb', line 20 def close_pipeline @close_pipeline end |
#state ⇒ Object (readonly)
Returns the value of attribute state
20 21 22 |
# File 'lib/julewire/core/runtime.rb', line 20 def state @state end |
#timeout ⇒ Object (readonly)
Returns the value of attribute timeout
20 21 22 |
# File 'lib/julewire/core/runtime.rb', line 20 def timeout @timeout end |