class Ancor::CLI::Base

Private Instance Methods

connection() click to toggle source
# File lib/ancor/cli/base.rb, line 10
def connection
  @connection ||= Client.new({
    debug: options[:debug],
    host: options[:host],
    port: options[:port]
  })
end