Method: OpenC3::TriggerModel.all

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

.all(group:, 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



69
70
71
# File 'lib/openc3/models/trigger_model.rb', line 69

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