Class: Edoxen::Reference

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/edoxen/reference.rb,
sig/edoxen.rbs

Overview

Generic document reference (used by AgendaItem.references). kind is a free-form discriminator (e.g., "standard", "document", "ballot", "resolution"); the schema leaves it open deliberately so new reference kinds need no schema change.

Instance Attribute Summary collapse

Instance Attribute Details

#kindString? (readonly)

Returns the value of attribute kind.

Returns:

  • (String, nil)


106
107
108
# File 'sig/edoxen.rbs', line 106

def kind
  @kind
end

#refString? (readonly)

Returns the value of attribute ref.

Returns:

  • (String, nil)


105
106
107
# File 'sig/edoxen.rbs', line 105

def ref
  @ref
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


107
108
109
# File 'sig/edoxen.rbs', line 107

def title
  @title
end