Class: Capistrano::Deploy::Strategy::CapwagenLocalBuild::Compression

Inherits:
Struct
  • Object
show all
Defined in:
lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compress_commandObject

Returns the value of attribute compress_command

Returns:

  • (Object)

    the current value of compress_command



8
9
10
# File 'lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb', line 8

def compress_command
  @compress_command
end

#decompress_commandObject

Returns the value of attribute decompress_command

Returns:

  • (Object)

    the current value of decompress_command



8
9
10
# File 'lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb', line 8

def decompress_command
  @decompress_command
end

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



8
9
10
# File 'lib/capistrano/recipes/deploy/strategy/capwagen_local_build.rb', line 8

def extension
  @extension
end