Class: Pingdom::TMSSummary::Performance::Ingredient

Inherits:
Base
  • Object
show all
Defined in:
lib/pingdom/tms_summary/performance.rb

Class Method Summary collapse

Methods inherited from Base

attributes, check_error!, #id, #initialize, #inspect, #method_missing, #respond_to?, #respond_to_missing?

Constructor Details

This class inherits a constructor from Pingdom::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pingdom::Base

Class Method Details

.parse(client, response) ⇒ Object



16
17
18
# File 'lib/pingdom/tms_summary/performance.rb', line 16

def self.parse(client, response)
  new(client, response, response)
end