Class: SMPTool::CLI::Executor::FileListInformer
- Inherits:
-
VolReadOperator
- Object
- VolReadOperator
- SMPTool::CLI::Executor::FileListInformer
- Defined in:
- lib/smp_tool/cli/executor/file_list_informer.rb
Overview
Lists files on the volume.
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
10 11 12 13 14 15 16 |
# File 'lib/smp_tool/cli/executor/file_list_informer.rb', line 10 def call snapshot = @volume.snapshot _list_files(snapshot[:volume_data]) super end |