class Teneo::DataModel::Producer
noinspection RailsParamDefResolve
Public Class Methods
from_hash(hash, id_tags = [:inst_code, :name])
click to toggle source
Calls superclass method
Teneo::DataModel::Base::from_hash
# File lib/teneo/data_model/producer.rb, line 22 def self.from_hash(hash, id_tags = [:inst_code, :name]) super(hash, id_tags) end