Class: Rake::SshDirPublisher

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject (readonly)

Returns the value of attribute host.



547
548
549
# File 'lib/util/fixed_hoe.rb', line 547

def host
  @host
end

#local_dirObject (readonly)

Returns the value of attribute local_dir.



547
548
549
# File 'lib/util/fixed_hoe.rb', line 547

def local_dir
  @local_dir
end

#remote_dirObject (readonly)

Returns the value of attribute remote_dir.



547
548
549
# File 'lib/util/fixed_hoe.rb', line 547

def remote_dir
  @remote_dir
end