Method: SMPTool::CLI::Executor::Informer#call

Defined in:
lib/smp_tool/cli/executor/informer.rb

#callObject



17
18
19
20
21
22
23
24
25
26
27
# File 'lib/smp_tool/cli/executor/informer.rb', line 17

def call
  snapshot = @volume.snapshot

  _list_files(snapshot[:volume_data])
  puts ""
  puts "--- Volume information: ---"
  _print_n_free_clusters(snapshot[:n_free_clusters])
  _print_vol_params(snapshot[:volume_params])

  super
end