Class: Wiris::HttpProxyAuth
- Inherits:
-
Object
- Object
- Wiris::HttpProxyAuth
- Defined in:
- lib/src-generic/system/HttpProxyAuth.rb
Instance Attribute Summary collapse
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize ⇒ HttpProxyAuth
constructor
A new instance of HttpProxyAuth.
Constructor Details
#initialize ⇒ HttpProxyAuth
Returns a new instance of HttpProxyAuth.
6 7 |
# File 'lib/src-generic/system/HttpProxyAuth.rb', line 6 def initialize() end |
Instance Attribute Details
#pass ⇒ Object
Returns the value of attribute pass.
4 5 6 |
# File 'lib/src-generic/system/HttpProxyAuth.rb', line 4 def pass @pass end |
#user ⇒ Object
Returns the value of attribute user.
3 4 5 |
# File 'lib/src-generic/system/HttpProxyAuth.rb', line 3 def user @user end |