Class: SpeedTest

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/speed_test.rb

Instance Method Summary collapse

Instance Method Details

#find(options = {}) ⇒ Object



8
9
10
# File 'lib/speed_test.rb', line 8

def find(options={})
  self.class.get("/find?", {:query => options}).parsed_response['Response']
end