Class: Outlook2GCal::EventRepeat

Inherits:
Object
  • Object
show all
Defined in:
lib/outlook2gcal/outlook_calendar.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEventRepeat

Returns a new instance of EventRepeat.



11
12
# File 'lib/outlook2gcal/outlook_calendar.rb', line 11

def initialize
end

Instance Attribute Details

#end_timeObject

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_timeObject

Returns the value of attribute start_time.



10
11
12
# File 'lib/outlook2gcal/outlook_calendar.rb', line 10

def start_time
  @start_time
end