Class: Edoxen::MeetingLocalization
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::MeetingLocalization
- Defined in:
- lib/edoxen/meeting_localization.rb,
sig/edoxen.rbs
Overview
Per-language content for a Meeting. Mirrors the glossarist
pattern used by Localization for Decisions: language-agnostic
admin fields live on the parent Meeting; per-language content
lives here.
Structured practical info (accommodation options, transport details, documents notes) goes via MeetingExtension on the parent Meeting — the profile mechanism handles any body-specific structured data without core model changes.
Instance Attribute Summary collapse
-
#general_area ⇒ String?
readonly
Returns the value of attribute general_area.
-
#language_code ⇒ String?
readonly
Returns the value of attribute language_code.
-
#practical_info ⇒ String?
readonly
Returns the value of attribute practical_info.
-
#script ⇒ String?
readonly
Returns the value of attribute script.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Instance Attribute Details
#general_area ⇒ String? (readonly)
Returns the value of attribute general_area.
489 490 491 |
# File 'sig/edoxen.rbs', line 489 def general_area @general_area end |
#language_code ⇒ String? (readonly)
Returns the value of attribute language_code.
486 487 488 |
# File 'sig/edoxen.rbs', line 486 def language_code @language_code end |
#practical_info ⇒ String? (readonly)
Returns the value of attribute practical_info.
490 491 492 |
# File 'sig/edoxen.rbs', line 490 def practical_info @practical_info end |
#script ⇒ String? (readonly)
Returns the value of attribute script.
487 488 489 |
# File 'sig/edoxen.rbs', line 487 def script @script end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
488 489 490 |
# File 'sig/edoxen.rbs', line 488 def title @title end |