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