Module: Net::HTTP::SOCKSProxyDelta::ClassMethods

Defined in:
lib/socksify/http.rb

Overview

class methods

Instance Attribute Summary collapse

Instance Attribute Details

#socks_passwordObject (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_portObject (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_serverObject (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_usernameObject (readonly)

Returns the value of attribute socks_username.



52
53
54
# File 'lib/socksify/http.rb', line 52

def socks_username
  @socks_username
end