Module: Net::HTTP::SOCKSProxyDelta::ClassMethods
- Defined in:
- lib/socksify/http.rb
Overview
class methods
Instance Attribute Summary collapse
-
#socks_password ⇒ Object
readonly
Returns the value of attribute socks_password.
-
#socks_port ⇒ Object
readonly
Returns the value of attribute socks_port.
-
#socks_server ⇒ Object
readonly
Returns the value of attribute socks_server.
-
#socks_username ⇒ Object
readonly
Returns the value of attribute socks_username.
Instance Attribute Details
#socks_password ⇒ Object (readonly)
Returns the value of attribute socks_password.
52 53 54 |
# File 'lib/socksify/http.rb', line 52 def socks_password @socks_password end |
#socks_port ⇒ Object (readonly)
Returns the value of attribute socks_port.
52 53 54 |
# File 'lib/socksify/http.rb', line 52 def socks_port @socks_port end |
#socks_server ⇒ Object (readonly)
Returns the value of attribute socks_server.
52 53 54 |
# File 'lib/socksify/http.rb', line 52 def socks_server @socks_server end |
#socks_username ⇒ Object (readonly)
Returns the value of attribute socks_username.
52 53 54 |
# File 'lib/socksify/http.rb', line 52 def socks_username @socks_username end |