Class: Icalendar::Recurrence::Occurrence

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



5
6
7
# File 'lib/icalendar/recurrence/schedule.rb', line 5

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



5
6
7
# File 'lib/icalendar/recurrence/schedule.rb', line 5

def start_time
  @start_time
end