Class: NCal2GCal::EventRepeat
- Inherits:
-
Object
- Object
- NCal2GCal::EventRepeat
- Defined in:
- lib/ncal2gcal/lotus_notes_calendar.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Method Summary collapse
-
#initialize ⇒ EventRepeat
constructor
A new instance of EventRepeat.
Constructor Details
#initialize ⇒ EventRepeat
Returns a new instance of EventRepeat.
6 7 |
# File 'lib/ncal2gcal/lotus_notes_calendar.rb', line 6 def initialize end |
Instance Attribute Details
#end_time ⇒ Object
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_time ⇒ Object
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 |