Class: Edoxen::RecurrenceByDay
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::RecurrenceByDay
- Defined in:
- lib/edoxen/recurrence_by_day.rb,
sig/edoxen.rbs
Overview
Recurrence.
Instance Attribute Summary collapse
-
#ordinal ⇒ Integer?
readonly
Returns the value of attribute ordinal.
-
#weekday ⇒ String?
readonly
Returns the value of attribute weekday.
Instance Attribute Details
#ordinal ⇒ Integer? (readonly)
Returns the value of attribute ordinal.
336 337 338 |
# File 'sig/edoxen.rbs', line 336 def ordinal @ordinal end |
#weekday ⇒ String? (readonly)
Returns the value of attribute weekday.
337 338 339 |
# File 'sig/edoxen.rbs', line 337 def weekday @weekday end |