Module: WANG
- Defined in:
- lib/wang.rb
Defined Under Namespace
Modules: Utils Classes: Client, Cookie, Jar, Response, TCPSocket
Constant Summary collapse
- DEFAULT_OPEN_TIMEOUT =
60
- DEFAULT_READ_TIMEOUT =
60
- INFINITE_REDIR_COUNT =
7
Class Method Summary collapse
-
.new(*args) ⇒ Object
Creates a new instance of WANG::Client.
Class Method Details
.new(*args) ⇒ Object
Creates a new instance of WANG::Client
For more info, check WANG::Client.new
37 38 39 |
# File 'lib/wang.rb', line 37 def self.new *args Client.new(*args) end |