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



30
31
32
# File 'lib/vangrail/colang/interpreter.rb', line 30

def content
  @content
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



30
31
32
# File 'lib/vangrail/colang/interpreter.rb', line 30

def reason
  @reason
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



30
31
32
# File 'lib/vangrail/colang/interpreter.rb', line 30

def status
  @status
end

#variablesObject

Returns the value of attribute variables

Returns:

  • (Object)

    the current value of variables



30
31
32
# File 'lib/vangrail/colang/interpreter.rb', line 30

def variables
  @variables
end