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.
72 73 74 |
# File 'lib/openc3/models/trigger_model.rb', line 72 def self.all(group:, scope:) super("#{scope}#{PRIMARY_KEY}#{group}") end |