Class: Edoxen::MeetingRelation
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::MeetingRelation
- Defined in:
- lib/edoxen/meeting_relation.rb,
sig/edoxen.rbs
Overview
Directed link between two meetings, identified by their StructuredIdentifier. Reuses the same relation-type vocabulary pattern as ResolutionRelation.
Instance Attribute Summary collapse
-
#destination ⇒ StructuredIdentifier?
readonly
Returns the value of attribute destination.
-
#source ⇒ StructuredIdentifier?
readonly
Returns the value of attribute source.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Instance Attribute Details
#destination ⇒ StructuredIdentifier? (readonly)
Returns the value of attribute destination.
481 482 483 |
# File 'sig/edoxen.rbs', line 481 def destination @destination end |
#source ⇒ StructuredIdentifier? (readonly)
Returns the value of attribute source.
480 481 482 |
# File 'sig/edoxen.rbs', line 480 def source @source end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
482 483 484 |
# File 'sig/edoxen.rbs', line 482 def type @type end |