Class: Cosmos::EphemeralModel

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

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

.storeObject



192
193
194
# File 'lib/cosmos/models/model.rb', line 192

def self.store
  EphemeralStore
end