Class: Capistrano::Deploy::Strategy::CapwagenLocalBuild::Compression
- Inherits:
-
Struct
- Object
- Struct
- Capistrano::Deploy::Strategy::CapwagenLocalBuild::Compression
- Defined in:
- lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb
Instance Attribute Summary collapse
-
#compress_command ⇒ Object
Returns the value of attribute compress_command.
-
#decompress_command ⇒ Object
Returns the value of attribute decompress_command.
-
#extension ⇒ Object
Returns the value of attribute extension.
Instance Attribute Details
#compress_command ⇒ Object
Returns the value of attribute compress_command
8 9 10 |
# File 'lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb', line 8 def compress_command @compress_command end |
#decompress_command ⇒ Object
Returns the value of attribute decompress_command
8 9 10 |
# File 'lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb', line 8 def decompress_command @decompress_command end |
#extension ⇒ Object
Returns the value of attribute extension
8 9 10 |
# File 'lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb', line 8 def extension @extension end |