Method: OpenC3::InterfaceModel.get

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

.get(name:, scope:) ⇒ Object

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



56
57
58
# File 'lib/openc3/models/interface_model.rb', line 56

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