Class: FakeWeb::StubSocket

Inherits:
Object
  • Object
show all
Defined in:
lib/thor/vcr.rb

Overview

Fixes a missing attributes in Fakeweb’s stubbed HTTP client

Instance Attribute Summary collapse

Instance Attribute Details

#continue_timeoutObject

Returns the value of attribute continue_timeout.



15
16
17
# File 'lib/thor/vcr.rb', line 15

def continue_timeout
  @continue_timeout
end

#read_timeoutObject

Returns the value of attribute read_timeout.



14
15
16
# File 'lib/thor/vcr.rb', line 14

def read_timeout
  @read_timeout
end