Class: Edoxen::Reference
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::Reference
- 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
-
#kind ⇒ String?
readonly
Returns the value of attribute kind.
-
#ref ⇒ String?
readonly
Returns the value of attribute ref.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Instance Attribute Details
#kind ⇒ String? (readonly)
Returns the value of attribute kind.
106 107 108 |
# File 'sig/edoxen.rbs', line 106 def kind @kind end |
#ref ⇒ String? (readonly)
Returns the value of attribute ref.
105 106 107 |
# File 'sig/edoxen.rbs', line 105 def ref @ref end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
107 108 109 |
# File 'sig/edoxen.rbs', line 107 def title @title end |