Class: Unitsdb::Commands::ValidateCommand

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

Instance Method Summary collapse

Methods inherited from Thor

exit_on_failure?

Instance Method Details

#identifiersObject



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

def identifiers
  run_command(Commands::Validate::Identifiers, options)
end

#qudt_referencesObject



47
48
49
# File 'lib/unitsdb/commands/validate.rb', line 47

def qudt_references
  run_command(Commands::Validate::QudtReferences, options)
end

#referencesObject



21
22
23
# File 'lib/unitsdb/commands/validate.rb', line 21

def references
  run_command(Commands::Validate::References, options)
end

#si_referencesObject



38
39
40
# File 'lib/unitsdb/commands/validate.rb', line 38

def si_references
  run_command(Commands::Validate::SiReferences, options)
end

#ucum_referencesObject



56
57
58
# File 'lib/unitsdb/commands/validate.rb', line 56

def ucum_references
  run_command(Commands::Validate::UcumReferences, options)
end