Class: RestChain::HTTPDriverClassFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/rest_chain/http_driver_class_factory.rb

Class Method Summary collapse

Class Method Details

.manufacture(log) ⇒ Object



3
4
5
# File 'lib/rest_chain/http_driver_class_factory.rb', line 3

def self.manufacture(log)
  RestClientDriver
end