Method: Hallmonitor::TimedEvent#start

Defined in:
lib/hallmonitor/timed_event.rb

#startDateTime

Returns the start time of this timed event.

Returns:

  • (DateTime)

    the start time of this timed event



9
10
11
# File 'lib/hallmonitor/timed_event.rb', line 9

def start
  @start
end