Class: Rake::SshDirPublisher

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

Overview

:enddoc:

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

:nodoc:



729
730
731
# File 'lib/hoe.rb', line 729

def host
  @host
end

#local_dirObject (readonly)

:nodoc:



729
730
731
# File 'lib/hoe.rb', line 729

def local_dir
  @local_dir
end

#remote_dirObject (readonly)

:nodoc:



729
730
731
# File 'lib/hoe.rb', line 729

def remote_dir
  @remote_dir
end