Class: Unitsdb::Commands::ValidateCommand

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

Instance Method Summary collapse

Instance Method Details

#identifiersObject



23
24
25
26
27
# File 'lib/unitsdb/commands/validate.rb', line 23

def identifiers
  require_relative "validate/identifiers"

  Commands::Validate::Identifiers.new(options).run
end

#referencesObject



13
14
15
16
17
# File 'lib/unitsdb/commands/validate.rb', line 13

def references
  require_relative "validate/references"

  Commands::Validate::References.new(options).run
end

#si_referencesObject



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(options).run
end