Module: HTTPCage::Patch
- Defined in:
- lib/http-cage/patch.rb
Instance Method Summary collapse
Instance Method Details
#initialize(*args, &block) ⇒ Object
5 6 7 8 9 |
# 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 |