Class: Rem2ics::Recurrence::Rule
- Inherits:
-
Struct
- Object
- Struct
- Rem2ics::Recurrence::Rule
- Defined in:
- lib/rem2ics/recurrence.rb
Overview
A rule that agreed with Remind for the whole horizon.
Instance Attribute Summary collapse
-
#dates ⇒ Object
Returns the value of attribute dates.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#dates ⇒ Object
Returns the value of attribute dates
34 35 36 |
# File 'lib/rem2ics/recurrence.rb', line 34 def dates @dates end |
#text ⇒ Object
Returns the value of attribute text
34 35 36 |
# File 'lib/rem2ics/recurrence.rb', line 34 def text @text end |
Instance Method Details
#rule? ⇒ Boolean
35 36 37 |
# File 'lib/rem2ics/recurrence.rb', line 35 def rule? true end |