Class: SMPTool::CLI::Executor::ExtracterBase
- Inherits:
-
VolReadOperator
- Object
- VolReadOperator
- SMPTool::CLI::Executor::ExtracterBase
- Defined in:
- lib/smp_tool/cli/executor/extracter_base.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from VolReadOperator
Constructor Details
This class inherits a constructor from SMPTool::CLI::Executor::VolReadOperator
Instance Method Details
#call ⇒ Object
7 8 9 10 11 |
# File 'lib/smp_tool/cli/executor/extracter_base.rb', line 7 def call files = _extract_files @logger.debug("Files were extracted from the volume") _output(files) end |