Returns All the Key, Values stored under the name key.
Returns:
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