Method: OpenC3::TimelineModel.names

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

.namesArray<String>

Returns All the names stored under the name key.

Returns:

  • (Array<String>)

    All the names stored under the name key



51
52
53
# File 'lib/openc3/models/timeline_model.rb', line 51

def self.names
  super(PRIMARY_KEY)
end