Class: CapistranoAutoMultiInstall::Server

Inherits:
Handlers
  • Object
show all
Defined in:
lib/capistrano_auto_multi_install/server.rb

Direct Known Subclasses

MongrelCluster, Passenger

Instance Attribute Summary collapse

Method Summary

Methods inherited from Handlers

#capistrano_instance, #capture, #exists?, #fetch, #initialize, #logger, #put, #put_with_power, #run, #run_with_power, #sudo

Constructor Details

This class inherits a constructor from CapistranoAutoMultiInstall::Handlers

Instance Attribute Details

#confObject

Returns the value of attribute conf.



2
3
4
# File 'lib/capistrano_auto_multi_install/server.rb', line 2

def conf
  @conf
end

#conf_dirObject

Returns the value of attribute conf_dir.



2
3
4
# File 'lib/capistrano_auto_multi_install/server.rb', line 2

def conf_dir
  @conf_dir
end

#nameObject

Returns the value of attribute name.



2
3
4
# File 'lib/capistrano_auto_multi_install/server.rb', line 2

def name
  @name
end