Class: EmuPower::Commands::GetPrice
- Defined in:
- lib/emu_power/commands.rb
Instance Method Summary collapse
-
#initialize ⇒ GetPrice
constructor
A new instance of GetPrice.
Methods inherited from Command
Constructor Details
#initialize ⇒ GetPrice
54 55 56 |
# File 'lib/emu_power/commands.rb', line 54 def initialize super('get_price') end |