module Pingdom

Constants

VERSION

Public Instance Methods

interval() click to toggle source
# File lib/pingdom/summary_outage.rb, line 4
def interval
  timeto.to_i - timefrom.to_i
end