Class: Wiris::HttpProxyAuth

Inherits:
Object
  • Object
show all
Defined in:
lib/src-generic/system/HttpProxyAuth.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHttpProxyAuth

Returns a new instance of HttpProxyAuth.



6
7
# File 'lib/src-generic/system/HttpProxyAuth.rb', line 6

def initialize()
end

Instance Attribute Details

#passObject

Returns the value of attribute pass.



4
5
6
# File 'lib/src-generic/system/HttpProxyAuth.rb', line 4

def pass
  @pass
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/src-generic/system/HttpProxyAuth.rb', line 3

def user
  @user
end