Class: OpenC3::EphemeralModel
Direct Known Subclasses
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
.store ⇒ Object
217 218 219 |
# File 'lib/openc3/models/model.rb', line 217 def self.store EphemeralStore end |
.store_queued ⇒ Object
221 222 223 |
# File 'lib/openc3/models/model.rb', line 221 def self.store_queued EphemeralStoreQueued end |