Method: OpenC3::Model#undeploy
- Defined in:
- lib/openc3/models/model.rb
#undeploy ⇒ Object
Undo the actions of deploy and remove the model from OpenC3. Subclasses must implement this as by default it is a noop.
178 179 180 |
# File 'lib/openc3/models/model.rb', line 178 def undeploy # empty for a reason end |