Class: SwitchTower::Actor::DefaultConnectionFactory
- Inherits:
-
Object
- Object
- SwitchTower::Actor::DefaultConnectionFactory
- Defined in:
- lib/switchtower/actor.rb
Overview
An adaptor for making the SSH interface look and act like that of the Gateway class.
Instance Method Summary collapse
- #connect_to(server) ⇒ Object
-
#initialize(config) ⇒ DefaultConnectionFactory
constructor
:nodoc:.
Constructor Details
#initialize(config) ⇒ DefaultConnectionFactory
:nodoc:
20 21 22 |
# File 'lib/switchtower/actor.rb', line 20 def initialize(config) @config= config end |