class Teneo::DataModel::ParameterRef

noinspection RailsParamDefResolve

Public Class Methods

from_hash(hash, id_tags = [:with_param_refss_type, :with_param_refs_id, :name]) click to toggle source
Calls superclass method Teneo::DataModel::Base::from_hash
# File lib/teneo/data_model/parameter_ref.rb, line 17
def self.from_hash(hash, id_tags = [:with_param_refss_type, :with_param_refs_id, :name])
  super(hash, id_tags)
end