Method: OpenC3::InterfaceStatusModel.get

Defined in:
lib/openc3/models/interface_status_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



44
45
46
# File 'lib/openc3/models/interface_status_model.rb', line 44

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