Class: SSHKit::Backend::Abstract
- Inherits:
-
Object
- Object
- SSHKit::Backend::Abstract
- Defined in:
- lib/core_ext/sshkit/backend/abstract.rb
Instance Attribute Summary collapse
Instance Attribute Details
#env ⇒ Object
10 11 12 |
# File 'lib/core_ext/sshkit/backend/abstract.rb', line 10 def env @env ||= {} end |
#group ⇒ Object
22 23 24 |
# File 'lib/core_ext/sshkit/backend/abstract.rb', line 22 def group @group end |
#host ⇒ Object
14 15 16 |
# File 'lib/core_ext/sshkit/backend/abstract.rb', line 14 def host @host end |
#pwd ⇒ Object
6 7 8 |
# File 'lib/core_ext/sshkit/backend/abstract.rb', line 6 def pwd @pwd ||= [] end |
#user ⇒ Object
18 19 20 |
# File 'lib/core_ext/sshkit/backend/abstract.rb', line 18 def user @user end |