Class: Edoxen::MeetingIdentifier
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::MeetingIdentifier
- Defined in:
- lib/edoxen/meeting_identifier.rb,
sig/edoxen.rbs
Overview
Identifier of a meeting (venue + date). Singular — the meeting a particular Decision belongs to.
Instance Attribute Summary collapse
-
#date ⇒ Date?
readonly
Returns the value of attribute date.
-
#venue ⇒ String?
readonly
Returns the value of attribute venue.
Instance Attribute Details
#date ⇒ Date? (readonly)
Returns the value of attribute date.
71 72 73 |
# File 'sig/edoxen.rbs', line 71 def date @date end |
#venue ⇒ String? (readonly)
Returns the value of attribute venue.
70 71 72 |
# File 'sig/edoxen.rbs', line 70 def venue @venue end |