Class: Teien::Event::Actor::EnableAction
- Inherits:
-
Object
- Object
- Teien::Event::Actor::EnableAction
- Includes:
- Action
- Defined in:
- lib/teien/actor/actor_event.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes included from Action
#actor_name, #backward, #forward, #jump, #left, #right
Instance Method Summary collapse
-
#initialize(name) ⇒ EnableAction
constructor
A new instance of EnableAction.
Methods included from Action
Constructor Details
#initialize(name) ⇒ EnableAction
Returns a new instance of EnableAction.
43 44 45 46 |
# File 'lib/teien/actor/actor_event.rb', line 43 def initialize(name) @actor_name = name reset() end |