Class: Edoxen::MeetingSeries
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::MeetingSeries
- Defined in:
- lib/edoxen/meeting_series.rb,
sig/edoxen.rbs
Overview
Series.
Instance Attribute Summary collapse
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#hosts ⇒ Array[HostRef]?
readonly
Returns the value of attribute hosts.
-
#identifier ⇒ Array[StructuredIdentifier]?
readonly
Returns the value of attribute identifier.
-
#kind ⇒ String?
readonly
Returns the value of attribute kind.
-
#meeting_refs ⇒ Array[String]?
readonly
Returns the value of attribute meeting_refs.
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#organizer ⇒ Person?
readonly
Returns the value of attribute organizer.
-
#recurrence ⇒ Recurrence?
readonly
Returns the value of attribute recurrence.
-
#term ⇒ String?
readonly
Returns the value of attribute term.
-
#urn ⇒ String?
readonly
Returns the value of attribute urn.
Instance Attribute Details
#description ⇒ String? (readonly)
Returns the value of attribute description.
417 418 419 |
# File 'sig/edoxen.rbs', line 417 def description @description end |
#hosts ⇒ Array[HostRef]? (readonly)
Returns the value of attribute hosts.
421 422 423 |
# File 'sig/edoxen.rbs', line 421 def hosts @hosts end |
#identifier ⇒ Array[StructuredIdentifier]? (readonly)
Returns the value of attribute identifier.
414 415 416 |
# File 'sig/edoxen.rbs', line 414 def identifier @identifier end |
#kind ⇒ String? (readonly)
Returns the value of attribute kind.
422 423 424 |
# File 'sig/edoxen.rbs', line 422 def kind @kind end |
#meeting_refs ⇒ Array[String]? (readonly)
Returns the value of attribute meeting_refs.
423 424 425 |
# File 'sig/edoxen.rbs', line 423 def meeting_refs @meeting_refs end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
416 417 418 |
# File 'sig/edoxen.rbs', line 416 def name @name end |
#organizer ⇒ Person? (readonly)
Returns the value of attribute organizer.
420 421 422 |
# File 'sig/edoxen.rbs', line 420 def organizer @organizer end |
#recurrence ⇒ Recurrence? (readonly)
Returns the value of attribute recurrence.
418 419 420 |
# File 'sig/edoxen.rbs', line 418 def recurrence @recurrence end |
#term ⇒ String? (readonly)
Returns the value of attribute term.
419 420 421 |
# File 'sig/edoxen.rbs', line 419 def term @term end |
#urn ⇒ String? (readonly)
Returns the value of attribute urn.
415 416 417 |
# File 'sig/edoxen.rbs', line 415 def urn @urn end |