Class: CapistranoAutoMultiInstall::Server
- Defined in:
- lib/capistrano_auto_multi_install/server.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#conf ⇒ Object
Returns the value of attribute conf.
-
#conf_dir ⇒ Object
Returns the value of attribute conf_dir.
-
#name ⇒ Object
Returns the value of attribute name.
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
#conf ⇒ Object
Returns the value of attribute conf.
2 3 4 |
# File 'lib/capistrano_auto_multi_install/server.rb', line 2 def conf @conf end |
#conf_dir ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/capistrano_auto_multi_install/server.rb', line 2 def name @name end |