Class: SMPTool::CLI::Executor::FileListInformer

Inherits:
VolReadOperator show all
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

#initialize

Constructor Details

This class inherits a constructor from SMPTool::CLI::Executor::VolReadOperator

Instance Method Details

#callObject



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