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