Class: Capistrano::Tarball
- Inherits:
-
SCM
- Object
- SCM
- Capistrano::Tarball
- Defined in:
- lib/capistrano/tarball.rb
Defined Under Namespace
Modules: DefaultStrategy
Instance Method Summary collapse
- #local_path ⇒ Object
- #name ⇒ Object
- #package_cmd ⇒ Object
- #release_cmd ⇒ Object
- #remote_path ⇒ Object
Instance Method Details
#local_path ⇒ Object
23 24 25 |
# File 'lib/capistrano/tarball.rb', line 23 def local_path fetch(:tarball_local_path) end |
#name ⇒ Object
7 8 9 |
# File 'lib/capistrano/tarball.rb', line 7 def name fetch(:tarball_name) end |
#package_cmd ⇒ Object
11 12 13 |
# File 'lib/capistrano/tarball.rb', line 11 def package_cmd fetch(:tarball_package_cmd) end |
#release_cmd ⇒ Object
15 16 17 |
# File 'lib/capistrano/tarball.rb', line 15 def release_cmd fetch(:tarball_release_cmd) end |
#remote_path ⇒ Object
19 20 21 |
# File 'lib/capistrano/tarball.rb', line 19 def remote_path fetch(:tarball_remote_path) end |