Class: Textus::Workflow::DSL::Step
- Inherits:
-
Data
- Object
- Data
- Textus::Workflow::DSL::Step
- Defined in:
- lib/textus/workflow/dsl.rb
Instance Attribute Summary collapse
-
#callable ⇒ Object
readonly
Returns the value of attribute callable.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#timeout ⇒ Object
readonly
Returns the value of attribute timeout.
Instance Attribute Details
#callable ⇒ Object (readonly)
Returns the value of attribute callable
4 5 6 |
# File 'lib/textus/workflow/dsl.rb', line 4 def callable @callable end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/textus/workflow/dsl.rb', line 4 def name @name end |
#timeout ⇒ Object (readonly)
Returns the value of attribute timeout
4 5 6 |
# File 'lib/textus/workflow/dsl.rb', line 4 def timeout @timeout end |