Class: Edoxen::MeetingLocalization

Inherits:
Lutaml::Model::Serializable
  • Object
show all
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

Instance Attribute Details

#general_areaString? (readonly)

Returns the value of attribute general_area.

Returns:

  • (String, nil)


489
490
491
# File 'sig/edoxen.rbs', line 489

def general_area
  @general_area
end

#language_codeString? (readonly)

Returns the value of attribute language_code.

Returns:

  • (String, nil)


486
487
488
# File 'sig/edoxen.rbs', line 486

def language_code
  @language_code
end

#practical_infoString? (readonly)

Returns the value of attribute practical_info.

Returns:

  • (String, nil)


490
491
492
# File 'sig/edoxen.rbs', line 490

def practical_info
  @practical_info
end

#scriptString? (readonly)

Returns the value of attribute script.

Returns:

  • (String, nil)


487
488
489
# File 'sig/edoxen.rbs', line 487

def script
  @script
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


488
489
490
# File 'sig/edoxen.rbs', line 488

def title
  @title
end