Class: Kerbi::Cli::ValuesHandler

Inherits:
BaseHandler show all
Defined in:
lib/cli/values_handler.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
# File 'lib/cli/values_handler.rb', line 5

def show
  values = compile_values
  echo_data(values, coerce_type: "Hash")
end