Class: OpenC3::EphemeralModel

Inherits:
Model show all
Defined in:
lib/openc3/models/model.rb

Direct Known Subclasses

MetricModel

Instance Attribute Summary

Attributes inherited from Model

#name, #plugin, #scope, #updated_at

Class Method Summary collapse

Methods inherited from Model

all, #as_json, #check_disable_erb, #create, #deploy, #destroy, #destroyed?, filter, find_all_by_plugin, from_json, get, get_all_models, get_model, handle_config, #initialize, names, set, #undeploy, #update

Constructor Details

This class inherits a constructor from OpenC3::Model

Class Method Details

.storeObject



206
207
208
# File 'lib/openc3/models/model.rb', line 206

def self.store
  EphemeralStore
end