Method: ThorSsh::Actions#destination_connection=
- Defined in:
- lib/thor-ssh/actions.rb
#destination_connection=(val) ⇒ Object
Sets the connection to the destination server
20 21 22 |
# File 'lib/thor-ssh/actions.rb', line 20 def destination_connection=(val) @destination_connection = val end |