Returns All the uuids stored under the name key.
Returns:
All the uuids stored under the name key
62 63 64
# File 'lib/openc3/models/reaction_model.rb', line 62 def self.names(scope:) super("#{scope}#{PRIMARY_KEY}") end