Method: Puppet::Pops::Types::PObjectType#from_hash

Defined in:
lib/puppet/pops/types/p_object_type.rb

#from_hash(hash) ⇒ Object



867
868
869
# File 'lib/puppet/pops/types/p_object_type.rb', line 867

def from_hash(hash)
  implementation_class.from_hash(hash)
end