class Pingdom::TMSSummary

Public Class Methods

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

Public Instance Methods

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