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?, #diff, 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
233 234 235 |
# File 'lib/openc3/models/model.rb', line 233 def self.store EphemeralStore end |
.store_queued ⇒ Object
237 238 239 |
# File 'lib/openc3/models/model.rb', line 237 def self.store_queued EphemeralStoreQueued end |