Class: Rake::SshDirPublisher

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

Returns the value of attribute host.



291
292
293
# File 'lib/hoe/publish.rb', line 291

def host
  @host
end

#local_dirObject (readonly)

Returns the value of attribute local_dir.



291
292
293
# File 'lib/hoe/publish.rb', line 291

def local_dir
  @local_dir
end

#remote_dirObject (readonly)

Returns the value of attribute remote_dir.



291
292
293
# File 'lib/hoe/publish.rb', line 291

def remote_dir
  @remote_dir
end