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.



172
173
174
# File 'lib/openc3/models/model.rb', line 172

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