class Teneo::DataModel::ParameterDef

noinspection RailsParamDefResolve

Constants

DATA_TYPE_LIST

Public Class Methods

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