Method: OpenC3::TimelineModel.all

Defined in:
lib/openc3/models/timeline_model.rb

.allArray<Hash>

Returns All the Key, Values stored under the name key.

Returns:

  • (Array<Hash>)

    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