Class: Edoxen::MeetingRelation

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

Instance Attribute Details

#destinationStructuredIdentifier? (readonly)

Returns the value of attribute destination.

Returns:



481
482
483
# File 'sig/edoxen.rbs', line 481

def destination
  @destination
end

#sourceStructuredIdentifier? (readonly)

Returns the value of attribute source.

Returns:



480
481
482
# File 'sig/edoxen.rbs', line 480

def source
  @source
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


482
483
484
# File 'sig/edoxen.rbs', line 482

def type
  @type
end