Method: OpenC3::ReactionModel.all

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

.all(scope:) ⇒ Array<Hash>

Returns All the Key, Values stored under the name key.

Returns:

  • (Array<Hash>)

    All the Key, Values stored under the name key



57
58
59
# File 'lib/openc3/models/reaction_model.rb', line 57

def self.all(scope:)
  super("#{scope}#{PRIMARY_KEY}")
end