Class: Refocus::AspectsGetCommand

Inherits:
BaseCommand
  • Object
show all
Defined in:
lib/refocus/cli/aspects.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

#aspects, #refocus, #samples, #subjects

Instance Method Details

#executeObject



6
7
8
# File 'lib/refocus/cli/aspects.rb', line 6

def execute
  puts JSON.pretty_generate(aspects.get(name: aspect))
end