Class: EmuPower::Commands::GetCurrentSummation

Inherits:
Command
  • Object
show all
Defined in:
lib/emu_power/commands.rb

Overview

TODO: Confirm Message

Instance Method Summary collapse

Methods inherited from Command

#to_command, #to_hex, #to_yn

Constructor Details

#initializeGetCurrentSummation

Returns a new instance of GetCurrentSummation.



68
69
70
# File 'lib/emu_power/commands.rb', line 68

def initialize
	super('get_current_summation')
end