module HTTPCage::Patch

Public Class Methods

new(*args, &block) click to toggle source
Calls superclass method
# File lib/http-cage/patch.rb, line 5
def initialize(*args, &block)
  super(*args, &block)
  self.open_timeout = HTTPCage.connection
  self.read_timeout = HTTPCage.request
end