Class: NCal2GCal::EventRepeat

Inherits:
Object
  • Object
show all
Defined in:
lib/ncal2gcal/lotus_notes_calendar.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEventRepeat

Returns a new instance of EventRepeat.



6
7
# File 'lib/ncal2gcal/lotus_notes_calendar.rb', line 6

def initialize
end

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time.



5
6
7
# File 'lib/ncal2gcal/lotus_notes_calendar.rb', line 5

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time.



5
6
7
# File 'lib/ncal2gcal/lotus_notes_calendar.rb', line 5

def start_time
  @start_time
end