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