Class: FileboundClient::Configuration
- Defined in:
- lib/filebound_client/configuration.rb
Overview
Encapsulate configuration data
Instance Attribute Summary collapse
-
#api_base_uri ⇒ Object
Returns the value of attribute api_base_uri.
-
#host ⇒ Object
Returns the value of attribute host.
-
#ntlm_auth ⇒ Object
Returns the value of attribute ntlm_auth.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api_base_uri ⇒ Object
Returns the value of attribute api_base_uri.
4 5 6 |
# File 'lib/filebound_client/configuration.rb', line 4 def api_base_uri @api_base_uri end |
#host ⇒ Object
Returns the value of attribute host.
4 5 6 |
# File 'lib/filebound_client/configuration.rb', line 4 def host @host end |
#ntlm_auth ⇒ Object
Returns the value of attribute ntlm_auth.
4 5 6 |
# File 'lib/filebound_client/configuration.rb', line 4 def ntlm_auth @ntlm_auth end |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/filebound_client/configuration.rb', line 4 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/filebound_client/configuration.rb', line 4 def username @username end |