Class: Glossarist::CustomLocality
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Glossarist::CustomLocality
- Defined in:
- lib/glossarist/custom_locality.rb
Instance Method Summary collapse
-
#name ⇒ String
The name of the custom locality.
-
#value ⇒ String
The value of the custom locality, which can be any string.
Instance Method Details
#name ⇒ String
The name of the custom locality.
5 |
# File 'lib/glossarist/custom_locality.rb', line 5 attribute :name, :string |
#value ⇒ String
The value of the custom locality, which can be any string.
9 |
# File 'lib/glossarist/custom_locality.rb', line 9 attribute :value, :string |