Class: Capistrano::Deploy::Strategy::UnsharedRemoteCache
- Inherits:
-
RemoteCache
- Object
- Base
- Remote
- RemoteCache
- Capistrano::Deploy::Strategy::UnsharedRemoteCache
- Defined in:
- lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from RemoteCache
Methods inherited from Remote
Methods inherited from Base
Constructor Details
This class inherits a constructor from Capistrano::Deploy::Strategy::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Capistrano::Deploy::Strategy::Base
Instance Method Details
#check! ⇒ Object
7 8 9 10 11 |
# File 'lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb', line 7 def check! super.check do |d| d.remote.writable(repository_cache) end end |