class Pingdom::Contact
{“name”=>“Larry Bernstein”, “directtwitter”=>false, “id”=>142762, “cellphone”=>“1-510-501-7401”, “paused”=>false, “defaultsmsprovider”=>“clickatell”, “email”=>“lbernstein@demandbase.com”}
Public Class Methods
parse(client, response)
click to toggle source
Calls superclass method
Pingdom::Base::parse
# File lib/pingdom/contact.rb, line 5 def self.parse(client, response) super["contacts"].map do |contact| new(client, response, contact) end end