Method: OpenC3::TriggerGroupModel.names

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



48
49
50
# File 'lib/openc3/models/trigger_group_model.rb', line 48

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