Method: Egon::Undercloud::SSHConnection#initialize
- Defined in:
- lib/egon/undercloud/ssh-connection.rb
#initialize(host, user, password) ⇒ SSHConnection
Returns a new instance of SSHConnection.
14 15 16 17 18 |
# File 'lib/egon/undercloud/ssh-connection.rb', line 14 def initialize(host, user, password) @host = host @user = user @password = password end |