class Pingdom::TMSSummary::Performance::Ingredient

Public Class Methods

parse(client, response) click to toggle source
# File lib/pingdom/tms_summary/performance.rb, line 16
def self.parse(client, response)
  new(client, response, response)
end