Class: Edoxen::Localization
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::Localization
- Defined in:
- lib/edoxen/localization.rb,
sig/edoxen.rbs
Overview
A monolingual rendering of a Decision. Mirrors the glossarist LocalizedConcept pattern: language-agnostic fields live on the parent Decision; per-language content lives here.
Instance Attribute Summary collapse
-
#considering ⇒ String?
readonly
Returns the value of attribute considering.
-
#language_code ⇒ String?
readonly
Returns the value of attribute language_code.
-
#message ⇒ String?
readonly
Returns the value of attribute message.
-
#script ⇒ String?
readonly
Returns the value of attribute script.
-
#subject ⇒ String?
readonly
Returns the value of attribute subject.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Instance Attribute Details
#considering ⇒ String? (readonly)
Returns the value of attribute considering.
157 158 159 |
# File 'sig/edoxen.rbs', line 157 def considering @considering end |
#language_code ⇒ String? (readonly)
Returns the value of attribute language_code.
152 153 154 |
# File 'sig/edoxen.rbs', line 152 def language_code @language_code end |
#message ⇒ String? (readonly)
Returns the value of attribute message.
156 157 158 |
# File 'sig/edoxen.rbs', line 156 def @message end |
#script ⇒ String? (readonly)
Returns the value of attribute script.
153 154 155 |
# File 'sig/edoxen.rbs', line 153 def script @script end |
#subject ⇒ String? (readonly)
Returns the value of attribute subject.
155 156 157 |
# File 'sig/edoxen.rbs', line 155 def subject @subject end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
154 155 156 |
# File 'sig/edoxen.rbs', line 154 def title @title end |