Method: OpenC3::PluginModel.get

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

.get(name:, scope: nil) ⇒ Object

NOTE: The following three class methods are used by the ModelController and are reimplemented to enable various Model class methods to work



59
60
61
# File 'lib/openc3/models/plugin_model.rb', line 59

def self.get(name:, scope: nil)
  super("#{scope}__#{PRIMARY_KEY}", name: name)
end