Class: Lambit::Commands::Build::CompressPackageCommand
- Inherits:
-
Base
- Object
- Subcommands::Base
- Base
- Lambit::Commands::Build::CompressPackageCommand
- Defined in:
- lib/lambit/commands/build.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Subcommands::Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Subcommands::Base
#initialize, #is_successful?, #output, #run, run, #successful?
Constructor Details
This class inherits a constructor from Lambit::Commands::Build::Base
Instance Method Details
#subcommand ⇒ Object
121 122 123 |
# File 'lib/lambit/commands/build.rb', line 121 def subcommand @subcommand = "cd #{workspace} && zip -r package.zip *" end |