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