Class: Vangrail::Colang::Interpreter::Outcome
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Interpreter::Outcome
- Defined in:
- lib/vangrail/colang/interpreter.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#status ⇒ Object
Returns the value of attribute status.
-
#variables ⇒ Object
Returns the value of attribute variables.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
25 26 27 |
# File 'lib/vangrail/colang/interpreter.rb', line 25 def content @content end |
#reason ⇒ Object
Returns the value of attribute reason
25 26 27 |
# File 'lib/vangrail/colang/interpreter.rb', line 25 def reason @reason end |
#status ⇒ Object
Returns the value of attribute status
25 26 27 |
# File 'lib/vangrail/colang/interpreter.rb', line 25 def status @status end |
#variables ⇒ Object
Returns the value of attribute variables
25 26 27 |
# File 'lib/vangrail/colang/interpreter.rb', line 25 def variables @variables end |