Class: Edoxen::MeetingCollectionMetadata

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

Method Summary

Methods included from BodyVocabularyHost

#canonical_type_for, included

Instance Attribute Details

#sourceString? (readonly)

Returns the value of attribute source.

Returns:

  • (String, nil)


540
541
542
# File 'sig/edoxen.rbs', line 540

def source
  @source
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


539
540
541
# File 'sig/edoxen.rbs', line 539

def title
  @title
end