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