Class: When::V::Event::Enumerator::Logic::Enumerator
- Inherits:
-
When::V::Event::Enumerator::Logic
- Object
- When::V::Event::Enumerator::Logic
- When::V::Event::Enumerator::Logic::Enumerator
- Defined in:
- lib/when_exe/icalendar.rb
Overview
外部 Enumerator 用いた繰り返し
春分日、秋分日、復活祭などの指定に用いる
Instance Attribute Summary collapse
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Attributes inherited from When::V::Event::Enumerator::Logic
#by_part, #cash, #freq_index, #list
Instance Attribute Details
#ref ⇒ Object (readonly)
Returns the value of attribute ref.
1597 1598 1599 |
# File 'lib/when_exe/icalendar.rb', line 1597 def ref @ref end |
#start ⇒ Object (readonly)
Returns the value of attribute start.
1598 1599 1600 |
# File 'lib/when_exe/icalendar.rb', line 1598 def start @start end |