Class: When::V::Event::Enumerator::Logic
- Inherits:
-
Object
- Object
- When::V::Event::Enumerator::Logic
- Defined in:
- lib/when_exe/icalendar.rb
Overview
多重繰り返しロジック
Direct Known Subclasses
Defined Under Namespace
Classes: Enumerator, Residue
Instance Attribute Summary collapse
-
#by_part ⇒ Object
readonly
Returns the value of attribute by_part.
-
#cash ⇒ Object
Returns the value of attribute cash.
-
#freq_index ⇒ Object
Returns the value of attribute freq_index.
-
#list ⇒ Object
readonly
Returns the value of attribute list.
Instance Attribute Details
#by_part ⇒ Object (readonly)
Returns the value of attribute by_part.
1474 1475 1476 |
# File 'lib/when_exe/icalendar.rb', line 1474 def by_part @by_part end |
#cash ⇒ Object
Returns the value of attribute cash.
1476 1477 1478 |
# File 'lib/when_exe/icalendar.rb', line 1476 def cash @cash end |
#freq_index ⇒ Object
Returns the value of attribute freq_index.
1473 1474 1475 |
# File 'lib/when_exe/icalendar.rb', line 1473 def freq_index @freq_index end |
#list ⇒ Object (readonly)
Returns the value of attribute list.
1475 1476 1477 |
# File 'lib/when_exe/icalendar.rb', line 1475 def list @list end |