Class: Rake::SshDirPublisher

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

Returns the value of attribute host.



429
430
431
# File 'lib/hoe.rb', line 429

def host
  @host
end

#local_dirObject (readonly)

Returns the value of attribute local_dir.



429
430
431
# File 'lib/hoe.rb', line 429

def local_dir
  @local_dir
end

#remote_dirObject (readonly)

Returns the value of attribute remote_dir.



429
430
431
# File 'lib/hoe.rb', line 429

def remote_dir
  @remote_dir
end