Method: OpenC3::TriggerGroupModel.all

Defined in:
lib/openc3/models/trigger_group_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



43
44
45
# File 'lib/openc3/models/trigger_group_model.rb', line 43

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