Class: EmuPower::Commands::GetMessage
- Defined in:
- lib/emu_power/commands.rb
Instance Method Summary collapse
-
#initialize ⇒ GetMessage
constructor
A new instance of GetMessage.
Methods inherited from Command
Constructor Details
#initialize ⇒ GetMessage
Returns a new instance of GetMessage.
60 61 62 |
# File 'lib/emu_power/commands.rb', line 60 def initialize super('get_message') end |