class Pingdom::Summary

Public Class Methods

proxy(client, check) click to toggle source
# File lib/pingdom/summary.rb, line 22
def self.proxy(client, check)
  Proxy.new(client, check)
end

Public Instance Methods

from() click to toggle source
# File lib/pingdom/summary.rb, line 26
def from
  Time.at(@attributes[:from])
end
to() click to toggle source
# File lib/pingdom/summary.rb, line 30
def to
  Time.at(@attributes[:to])
end