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