Method: OpenC3::Model#deploy

Defined in:
lib/openc3/models/model.rb

#deploy(gem_path, variables) ⇒ Object

Deploy the model into the OpenC3 system. Subclasses must implement this and typically create MicroserviceModels to implement.



157
158
159
# File 'lib/openc3/models/model.rb', line 157

def deploy(gem_path, variables)
  raise "must be implemented by subclass"
end