Method: OpenC3::TriggerModel.names
- Defined in:
- lib/openc3/models/trigger_model.rb
.names(group:, scope:) ⇒ Array<String>
Returns All the uuids stored under the name key.
77 78 79 |
# File 'lib/openc3/models/trigger_model.rb', line 77 def self.names(group:, scope:) super("#{scope}#{PRIMARY_KEY}#{group}") end |