Method: EnfCli::CTX#init
- Defined in:
- lib/enfcli.rb
#init(host, user, session) ⇒ Object
174 175 176 177 178 179 |
# File 'lib/enfcli.rb', line 174 def init(host, user, session) @host = host @user = user @session = session @prompt = "enfcli-#{user}" if user end |