Class: Lutaml::Lml::PrimitiveType

Inherits:
Model::Serializable
  • Object
show all
Defined in:
lib/lutaml/lml/models/primitive_type.rb

Class Method Summary collapse

Class Method Details

.classifiable?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/lutaml/lml/models/primitive_type.rb', line 25

def self.classifiable?
  true
end

.entity_typeObject



21
22
23
# File 'lib/lutaml/lml/models/primitive_type.rb', line 21

def self.entity_type
  :primitives
end