Method: OpenC3::Model#destroy
- Defined in:
- lib/openc3/models/model.rb
#destroy ⇒ Object
Delete the model from the Store
167 168 169 170 171 |
# File 'lib/openc3/models/model.rb', line 167 def destroy @destroyed = true undeploy() self.class.store.hdel(@primary_key, @name) end |