Class: Whatup::CLI::Client
- Inherits:
-
Thor
- Object
- Thor
- Whatup::CLI::Client
- Defined in:
- lib/whatup/cli/commands/client.rb
Overview
Client commands
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
17 18 19 20 |
# File 'lib/whatup/cli/commands/client.rb', line 17 def connect config = {ip: [:ip], port: [:port]} Whatup::Client::Client.new(config).connect end |