Class: Textus::Workflow::Context
- Inherits:
-
Data
- Object
- Data
- Textus::Workflow::Context
- Defined in:
- lib/textus/workflow/context.rb
Instance Attribute Summary collapse
-
#call ⇒ Object
readonly
Returns the value of attribute call.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#container ⇒ Object
readonly
Returns the value of attribute container.
-
#entry ⇒ Object
readonly
Returns the value of attribute entry.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#lane ⇒ Object
readonly
Returns the value of attribute lane.
Instance Attribute Details
#call ⇒ Object (readonly)
Returns the value of attribute call
3 4 5 |
# File 'lib/textus/workflow/context.rb', line 3 def call @call end |
#config ⇒ Object (readonly)
Returns the value of attribute config
3 4 5 |
# File 'lib/textus/workflow/context.rb', line 3 def config @config end |
#container ⇒ Object (readonly)
Returns the value of attribute container
3 4 5 |
# File 'lib/textus/workflow/context.rb', line 3 def container @container end |
#entry ⇒ Object (readonly)
Returns the value of attribute entry
3 4 5 |
# File 'lib/textus/workflow/context.rb', line 3 def entry @entry end |
#key ⇒ Object (readonly)
Returns the value of attribute key
3 4 5 |
# File 'lib/textus/workflow/context.rb', line 3 def key @key end |
#lane ⇒ Object (readonly)
Returns the value of attribute lane
3 4 5 |
# File 'lib/textus/workflow/context.rb', line 3 def lane @lane end |