Class: Rake::SshDirPublisher

Inherits:
Object
  • Object
show all
Defined in:
lib/echoe/extensions.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

Returns the value of attribute host.



13
14
15
# File 'lib/echoe/extensions.rb', line 13

def host
  @host
end

#local_dirObject (readonly)

Returns the value of attribute local_dir.



13
14
15
# File 'lib/echoe/extensions.rb', line 13

def local_dir
  @local_dir
end

#remote_dirObject (readonly)

Returns the value of attribute remote_dir.



13
14
15
# File 'lib/echoe/extensions.rb', line 13

def remote_dir
  @remote_dir
end