Returns All the Key, Values stored under the name key.
Returns:
All the Key, Values stored under the name key
46 47 48
# File 'lib/openc3/models/timeline_model.rb', line 46 def self.all super(PRIMARY_KEY) end