Class: Outlook2GCal::EventRepeat
- Inherits:
-
Object
- Object
- Outlook2GCal::EventRepeat
- Defined in:
- lib/outlook2gcal/outlook_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.
11 12 |
# File 'lib/outlook2gcal/outlook_calendar.rb', line 11 def initialize end |
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time.
10 11 12 |
# File 'lib/outlook2gcal/outlook_calendar.rb', line 10 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time.
10 11 12 |
# File 'lib/outlook2gcal/outlook_calendar.rb', line 10 def start_time @start_time end |