Class: Rake::SshDirPublisher

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

Overview

:enddoc:

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

:nodoc:



1011
1012
1013
# File 'lib/hoe-patched.rb', line 1011

def host
  @host
end

#local_dirObject (readonly)

:nodoc:



1011
1012
1013
# File 'lib/hoe-patched.rb', line 1011

def local_dir
  @local_dir
end

#remote_dirObject (readonly)

:nodoc:



1011
1012
1013
# File 'lib/hoe-patched.rb', line 1011

def remote_dir
  @remote_dir
end