Class: OfflineDeployer::Settings
- Inherits:
-
Object
- Object
- OfflineDeployer::Settings
- Defined in:
- lib/offline_deployer/settings.rb
Instance Attribute Summary collapse
-
#app_root ⇒ Object
Returns the value of attribute app_root.
-
#archive_name_prefix ⇒ Object
Returns the value of attribute archive_name_prefix.
-
#gems_source_path ⇒ Object
Returns the value of attribute gems_source_path.
-
#gems_vendor_path ⇒ Object
Returns the value of attribute gems_vendor_path.
-
#restart_server_command ⇒ Object
Returns the value of attribute restart_server_command.
Instance Attribute Details
#app_root ⇒ Object
Returns the value of attribute app_root.
3 4 5 |
# File 'lib/offline_deployer/settings.rb', line 3 def app_root @app_root end |
#archive_name_prefix ⇒ Object
Returns the value of attribute archive_name_prefix.
6 7 8 |
# File 'lib/offline_deployer/settings.rb', line 6 def archive_name_prefix @archive_name_prefix end |
#gems_source_path ⇒ Object
Returns the value of attribute gems_source_path.
4 5 6 |
# File 'lib/offline_deployer/settings.rb', line 4 def gems_source_path @gems_source_path end |
#gems_vendor_path ⇒ Object
Returns the value of attribute gems_vendor_path.
5 6 7 |
# File 'lib/offline_deployer/settings.rb', line 5 def gems_vendor_path @gems_vendor_path end |
#restart_server_command ⇒ Object
Returns the value of attribute restart_server_command.
7 8 9 |
# File 'lib/offline_deployer/settings.rb', line 7 def restart_server_command @restart_server_command end |