Method: Sentry::CheckInEvent#duration
- Defined in:
- lib/sentry/check_in_event.rb
permalink #duration ⇒ Integer?
Duration of this check since it has started in seconds.
20 21 22 |
# File 'lib/sentry/check_in_event.rb', line 20 def duration @duration end |