Class: Unitsdb::Cli
- Inherits:
-
Unitsdb::Commands::Thor
- Object
- Unitsdb::Commands::Thor
- Unitsdb::Cli
- Defined in:
- lib/unitsdb/cli.rb
Instance Method Summary collapse
Instance Method Details
#check_si ⇒ Object
62 63 64 |
# File 'lib/unitsdb/cli.rb', line 62 def check_si run_command(Commands::CheckSiCommand, ) end |
#get(id) ⇒ Object
43 44 45 |
# File 'lib/unitsdb/cli.rb', line 43 def get(id) run_command(Commands::Get, , id, method: :get) end |