Class: Rem2ics::Recurrence::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/rem2ics/recurrence.rb

Overview

A rule that agreed with Remind for the whole horizon.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#datesObject

Returns the value of attribute dates

Returns:

  • (Object)

    the current value of dates



34
35
36
# File 'lib/rem2ics/recurrence.rb', line 34

def dates
  @dates
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



34
35
36
# File 'lib/rem2ics/recurrence.rb', line 34

def text
  @text
end

Instance Method Details

#rule?Boolean

Returns:

  • (Boolean)


35
36
37
# File 'lib/rem2ics/recurrence.rb', line 35

def rule?
  true
end