Class: Unitsdb::Commands::ValidateCommand
- Inherits:
-
Thor
- Object
- Thor
- Unitsdb::Commands::ValidateCommand
- Defined in:
- lib/unitsdb/commands/validate.rb
Instance Method Summary collapse
Instance Method Details
#identifiers ⇒ Object
23 24 25 26 27 |
# File 'lib/unitsdb/commands/validate.rb', line 23 def identifiers require_relative "validate/identifiers" Commands::Validate::Identifiers.new().run end |
#references ⇒ Object
13 14 15 16 17 |
# File 'lib/unitsdb/commands/validate.rb', line 13 def references require_relative "validate/references" Commands::Validate::References.new().run end |
#si_references ⇒ Object
33 34 35 36 37 |
# File 'lib/unitsdb/commands/validate.rb', line 33 def si_references require_relative "validate/si_references" Commands::Validate::SiReferences.new().run end |