Class: Cosmos::EphemeralModel
Direct Known Subclasses
InterfaceStatusModel, MetricModel, MicroserviceStatusModel, ProcessStatusModel
Instance Attribute Summary
Attributes inherited from Model
#name, #plugin, #scope, #updated_at
Class Method Summary collapse
Methods inherited from Model
all, #as_config, #as_json, #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 Cosmos::Model
Class Method Details
.store ⇒ Object
192 193 194 |
# File 'lib/cosmos/models/model.rb', line 192 def self.store EphemeralStore end |