Returns All the Key, Values stored under the name key.
Returns:
All the Key, Values stored under the name key
77 78 79
# File 'lib/openc3/models/trigger_model.rb', line 77 def self.all(group:, scope:) super("#{scope}#{PRIMARY_KEY}#{group}") end