Class: Hyperion::Typho

Inherits:
Object
  • Object
show all
Defined in:
lib/hyperion/aux/typho.rb

Overview

all Typhoeus interation goes through this module for maintenance and mocking purposes

Class Method Summary collapse

Class Method Details

.request(uri, options = {}) ⇒ Object



5
6
7
# File 'lib/hyperion/aux/typho.rb', line 5

def self.request(uri, options={})
  Typhoeus::Request.new(uri, options).run
end