class Pingdom::Summary
Public Class Methods
proxy(client, check)
click to toggle source
# File lib/pingdom/summary.rb, line 24 def self.proxy(client, check) Proxy.new(client, check) end
Public Instance Methods
from()
click to toggle source
# File lib/pingdom/summary.rb, line 28 def from Time.at(@attributes[:from]) end
to()
click to toggle source
# File lib/pingdom/summary.rb, line 32 def to Time.at(@attributes[:to]) end