Class: Edoxen::AgendaItem
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::AgendaItem
- Defined in:
- lib/edoxen/agenda_item.rb,
sig/edoxen.rbs
Overview
One entry on an Agenda. label is the visible identifier (e.g.,
"5.2"); kind discriminates numbered/unnumbered/header/opening/
closing/aob; outcome records what happened; decision_ref
optionally links to the URN of the decision this item produced.
Topics (0..*) are the subject(s) of discussion at this agenda item. AOB (Any Other Business) items have 0 topics until raised during the meeting.
Instance Attribute Summary collapse
-
#components ⇒ Array[String]?
readonly
Returns the value of attribute components.
-
#decision_ref ⇒ String?
readonly
Returns the value of attribute decision_ref.
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#kind ⇒ String?
readonly
Returns the value of attribute kind.
-
#label ⇒ String?
readonly
Returns the value of attribute label.
-
#outcome ⇒ String?
readonly
Returns the value of attribute outcome.
-
#references ⇒ Array[Reference]?
readonly
Returns the value of attribute references.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
-
#topics ⇒ Array[Topic]?
readonly
Returns the value of attribute topics.
Instance Attribute Details
#components ⇒ Array[String]? (readonly)
Returns the value of attribute components.
448 449 450 |
# File 'sig/edoxen.rbs', line 448 def components @components end |
#decision_ref ⇒ String? (readonly)
Returns the value of attribute decision_ref.
446 447 448 |
# File 'sig/edoxen.rbs', line 446 def decision_ref @decision_ref end |
#description ⇒ String? (readonly)
Returns the value of attribute description.
443 444 445 |
# File 'sig/edoxen.rbs', line 443 def description @description end |
#kind ⇒ String? (readonly)
Returns the value of attribute kind.
441 442 443 |
# File 'sig/edoxen.rbs', line 441 def kind @kind end |
#label ⇒ String? (readonly)
Returns the value of attribute label.
440 441 442 |
# File 'sig/edoxen.rbs', line 440 def label @label end |
#outcome ⇒ String? (readonly)
Returns the value of attribute outcome.
445 446 447 |
# File 'sig/edoxen.rbs', line 445 def outcome @outcome end |
#references ⇒ Array[Reference]? (readonly)
Returns the value of attribute references.
444 445 446 |
# File 'sig/edoxen.rbs', line 444 def references @references end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
442 443 444 |
# File 'sig/edoxen.rbs', line 442 def title @title end |
#topics ⇒ Array[Topic]? (readonly)
Returns the value of attribute topics.
447 448 449 |
# File 'sig/edoxen.rbs', line 447 def topics @topics end |