Class: Rake::SshDirPublisher
- Inherits:
-
Object
- Object
- Rake::SshDirPublisher
- Defined in:
- lib/echoe/extensions.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#host ⇒ Object
readonly
Returns the value of attribute host.
-
#local_dir ⇒ Object
readonly
Returns the value of attribute local_dir.
-
#remote_dir ⇒ Object
readonly
Returns the value of attribute remote_dir.
Instance Attribute Details
#host ⇒ Object (readonly)
Returns the value of attribute host.
9 10 11 |
# File 'lib/echoe/extensions.rb', line 9 def host @host end |
#local_dir ⇒ Object (readonly)
Returns the value of attribute local_dir.
9 10 11 |
# File 'lib/echoe/extensions.rb', line 9 def local_dir @local_dir end |
#remote_dir ⇒ Object (readonly)
Returns the value of attribute remote_dir.
9 10 11 |
# File 'lib/echoe/extensions.rb', line 9 def remote_dir @remote_dir end |