Class: Terret::Loop::TurnState

Inherits:
Struct
  • Object
show all
Defined in:
lib/terret/loop.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



191
192
193
# File 'lib/terret/loop.rb', line 191

def status
  @status
end

#steeredObject

Returns the value of attribute steered

Returns:

  • (Object)

    the current value of steered



191
192
193
# File 'lib/terret/loop.rb', line 191

def steered
  @steered
end