Class: Unitsdb::Commands::QudtCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/unitsdb/commands/qudt.rb

Instance Method Summary collapse

Methods inherited from Thor

exit_on_failure?

Instance Method Details

#checkObject



29
30
31
# File 'lib/unitsdb/commands/qudt.rb', line 29

def check
  run_command(Qudt::Check, options)
end

#updateObject



44
45
46
# File 'lib/unitsdb/commands/qudt.rb', line 44

def update
  run_command(Qudt::Update, options)
end