Class: Edoxen::RecurrenceByDay

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/edoxen/recurrence_by_day.rb,
sig/edoxen.rbs

Overview

Recurrence.

Instance Attribute Summary collapse

Instance Attribute Details

#ordinalInteger? (readonly)

Returns the value of attribute ordinal.

Returns:

  • (Integer, nil)


336
337
338
# File 'sig/edoxen.rbs', line 336

def ordinal
  @ordinal
end

#weekdayString? (readonly)

Returns the value of attribute weekday.

Returns:

  • (String, nil)


337
338
339
# File 'sig/edoxen.rbs', line 337

def weekday
  @weekday
end