Class: Glossarist::LocalizedConcept
- Inherits:
-
Concept
- Object
- Lutaml::Model::Serializable
- Concept
- Glossarist::LocalizedConcept
show all
- Defined in:
- lib/glossarist/localized_concept.rb
Instance Method Summary
collapse
Methods inherited from Concept
#authoritative_source, #date_accepted, #date_accepted_from_yaml, #date_accepted_to_yaml, #definition, #definition=, #designations, #examples, #id_from_yaml, #id_to_yaml, #notes, #preferred_designations, #sources, #sources=, #uuid, #uuid_from_yaml, #uuid_to_yaml
Instance Method Details
#entry_status ⇒ Object
18
19
20
|
# File 'lib/glossarist/localized_concept.rb', line 18
def entry_status
data.entry_status
end
|
#entry_status=(value) ⇒ Object
26
27
28
|
# File 'lib/glossarist/localized_concept.rb', line 26
def entry_status=(value)
data.entry_status = value
end
|
#language_code ⇒ Object
14
15
16
|
# File 'lib/glossarist/localized_concept.rb', line 14
def language_code
data.language_code
end
|
#language_code=(value) ⇒ Object
22
23
24
|
# File 'lib/glossarist/localized_concept.rb', line 22
def language_code=(value)
data.language_code = value
end
|
#status= ⇒ Object
12
|
# File 'lib/glossarist/localized_concept.rb', line 12
alias_method :status=, :entry_status=
|