Class: Icalendar::Recurrence::Occurrence
- Inherits:
-
Struct
- Object
- Struct
- Icalendar::Recurrence::Occurrence
- Defined in:
- lib/icalendar/recurrence/schedule.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time
5 6 7 |
# File 'lib/icalendar/recurrence/schedule.rb', line 5 def end_time @end_time end |
#parent ⇒ Object
Returns the value of attribute parent
5 6 7 |
# File 'lib/icalendar/recurrence/schedule.rb', line 5 def parent @parent end |
#start_time ⇒ Object
Returns the value of attribute start_time
5 6 7 |
# File 'lib/icalendar/recurrence/schedule.rb', line 5 def start_time @start_time end |