Class: Edoxen::DateRange
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::DateRange
- Defined in:
- lib/edoxen/date_range.rb,
sig/edoxen.rbs
Overview
Start + end pair for multi-day meetings. Both endpoints are Date. Either may be nil for one-sided ranges (theoretically), though the schema enforces both required when DateRange is present.
Instance Attribute Summary collapse
-
#end ⇒ Date?
readonly
Returns the value of attribute end.
-
#start ⇒ Date?
readonly
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Date? (readonly)
Returns the value of attribute end.
89 90 91 |
# File 'sig/edoxen.rbs', line 89 def end @end end |
#start ⇒ Date? (readonly)
Returns the value of attribute start.
88 89 90 |
# File 'sig/edoxen.rbs', line 88 def start @start end |