Method: OpenC3::SortedModel#destroy

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

#destroyObject

destroy the activity from the redis database



151
152
153
154
# File 'lib/openc3/models/sorted_model.rb', line 151

def destroy
  self.class.destroy(scope: @scope, start: @start)
  notify(kind: 'deleted')
end