Class: Terret::Loop::TurnState
- Inherits:
-
Struct
- Object
- Struct
- Terret::Loop::TurnState
- Defined in:
- lib/terret/loop.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
-
#steered ⇒ Object
Returns the value of attribute steered.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status
191 192 193 |
# File 'lib/terret/loop.rb', line 191 def status @status end |
#steered ⇒ Object
Returns the value of attribute steered
191 192 193 |
# File 'lib/terret/loop.rb', line 191 def steered @steered end |