Method: OpenC3::ReactionModel.names

Defined in:
lib/openc3/models/reaction_model.rb

.names(scope:) ⇒ Array<String>

Returns All the uuids stored under the name key.

Returns:

  • (Array<String>)

    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