Class: EmuPower::Commands::GetCurrentSummation
- Defined in:
- lib/emu_power/commands.rb
Overview
TODO: Confirm Message
Instance Method Summary collapse
-
#initialize ⇒ GetCurrentSummation
constructor
A new instance of GetCurrentSummation.
Methods inherited from Command
Constructor Details
#initialize ⇒ GetCurrentSummation
Returns a new instance of GetCurrentSummation.
68 69 70 |
# File 'lib/emu_power/commands.rb', line 68 def initialize super('get_current_summation') end |