Method: OpenC3::MetricModel.get
- Defined in:
- lib/openc3/models/metric_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
33 34 35 |
# File 'lib/openc3/models/metric_model.rb', line 33 def self.get(name:, scope:) super("#{scope}#{PRIMARY_KEY}", name: name) end |