Class: OfflineDeployer::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/offline_deployer/settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_rootObject

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_prefixObject

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_pathObject

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_pathObject

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_commandObject

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