class Teneo::DataModel::ParameterValue

noinspection RailsParamDefResolve

Public Class Methods

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