Class: Ciika::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/ciika/cli.rb

Instance Method Summary collapse

Instance Method Details

#retrieve(db, id) ⇒ Object



8
9
10
# File 'lib/ciika/cli.rb', line 8

def retrieve(db, id)
  puts "Got information from #{db} with identifier #{id}"
end