Class: Wemux::Pair::Commands::SetPowHost
- Defined in:
- lib/wemux/pair/commands/set_pow_host.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Wemux::Pair::Commands::Command
Instance Method Details
#execute ⇒ Object
7 8 9 10 11 |
# File 'lib/wemux/pair/commands/set_pow_host.rb', line 7 def execute return unless pow_host return unless pow_installed? write_pow_host end |