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.



395
396
397
# File 'lib/hoe.rb', line 395

def host
  @host
end

#local_dirObject (readonly)

Returns the value of attribute local_dir.



395
396
397
# File 'lib/hoe.rb', line 395

def local_dir
  @local_dir
end

#remote_dirObject (readonly)

Returns the value of attribute remote_dir.



395
396
397
# File 'lib/hoe.rb', line 395

def remote_dir
  @remote_dir
end