Class: Edoxen::MeetingCollectionMetadata
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::MeetingCollectionMetadata
- Includes:
- BodyVocabularyHost
- Defined in:
- lib/edoxen/meeting_collection_metadata.rb,
sig/edoxen.rbs
Overview
Top-level wrapper for many Meetings in a single YAML file. Parallel to DecisionCollection. The metadata block carries display-level info (title, source); per-meeting identity lives on each Meeting.
Instance Attribute Summary collapse
-
#source ⇒ String?
readonly
Returns the value of attribute source.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Method Summary
Methods included from BodyVocabularyHost
Instance Attribute Details
#source ⇒ String? (readonly)
Returns the value of attribute source.
540 541 542 |
# File 'sig/edoxen.rbs', line 540 def source @source end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
539 540 541 |
# File 'sig/edoxen.rbs', line 539 def title @title end |