Class: Capistrano::Tarball

Inherits:
SCM
  • Object
show all
Defined in:
lib/capistrano/tarball.rb

Defined Under Namespace

Modules: DefaultStrategy

Instance Method Summary collapse

Instance Method Details

#local_pathObject



23
24
25
# File 'lib/capistrano/tarball.rb', line 23

def local_path
  fetch(:tarball_local_path)
end

#nameObject



7
8
9
# File 'lib/capistrano/tarball.rb', line 7

def name
  fetch(:tarball_name)
end

#package_cmdObject



11
12
13
# File 'lib/capistrano/tarball.rb', line 11

def package_cmd
  fetch(:tarball_package_cmd)
end

#release_cmdObject



15
16
17
# File 'lib/capistrano/tarball.rb', line 15

def release_cmd
  fetch(:tarball_release_cmd)
end

#remote_pathObject



19
20
21
# File 'lib/capistrano/tarball.rb', line 19

def remote_path
  fetch(:tarball_remote_path)
end