Class: Vangrail::Colang::Interpreter::Outcome

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/colang/interpreter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



25
26
27
# File 'lib/vangrail/colang/interpreter.rb', line 25

def content
  @content
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



25
26
27
# File 'lib/vangrail/colang/interpreter.rb', line 25

def reason
  @reason
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



25
26
27
# File 'lib/vangrail/colang/interpreter.rb', line 25

def status
  @status
end

#variablesObject

Returns the value of attribute variables

Returns:

  • (Object)

    the current value of variables



25
26
27
# File 'lib/vangrail/colang/interpreter.rb', line 25

def variables
  @variables
end