Class: Wakame::Event::CommandReceived
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(command) ⇒ CommandReceived
constructor
A new instance of CommandReceived.
Methods inherited from Base
Constructor Details
#initialize(command) ⇒ CommandReceived
Returns a new instance of CommandReceived.
201 202 203 |
# File 'lib/wakame/event.rb', line 201 def initialize(command) @command = command end |
Instance Attribute Details
#command ⇒ Object (readonly)
Returns the value of attribute command.
200 201 202 |
# File 'lib/wakame/event.rb', line 200 def command @command end |