Class: Unitsdb::Commands::ValidateCommand
- Defined in:
- lib/unitsdb/commands/validate.rb
Instance Method Summary collapse
- #identifiers ⇒ Object
- #qudt_references ⇒ Object
- #references ⇒ Object
- #si_references ⇒ Object
- #ucum_references ⇒ Object
Methods inherited from Thor
Instance Method Details
#identifiers ⇒ Object
29 30 31 |
# File 'lib/unitsdb/commands/validate.rb', line 29 def identifiers run_command(Commands::Validate::Identifiers, ) end |
#qudt_references ⇒ Object
47 48 49 |
# File 'lib/unitsdb/commands/validate.rb', line 47 def qudt_references run_command(Commands::Validate::QudtReferences, ) end |
#references ⇒ Object
21 22 23 |
# File 'lib/unitsdb/commands/validate.rb', line 21 def references run_command(Commands::Validate::References, ) end |
#si_references ⇒ Object
38 39 40 |
# File 'lib/unitsdb/commands/validate.rb', line 38 def si_references run_command(Commands::Validate::SiReferences, ) end |
#ucum_references ⇒ Object
56 57 58 |
# File 'lib/unitsdb/commands/validate.rb', line 56 def ucum_references run_command(Commands::Validate::UcumReferences, ) end |