Class: Glossarist::CustomLocality

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/glossarist/custom_locality.rb

Instance Method Summary collapse

Instance Method Details

#nameString

The name of the custom locality.

Returns:

  • (String)


5
# File 'lib/glossarist/custom_locality.rb', line 5

attribute :name, :string

#valueString

The value of the custom locality, which can be any string.

Returns:

  • (String)


9
# File 'lib/glossarist/custom_locality.rb', line 9

attribute :value, :string