Class: FileboundClient::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/filebound_client/configuration.rb

Overview

Encapsulate configuration data

Instance Attribute Summary collapse

Instance Attribute Details

#api_base_uriObject

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

#hostObject

Returns the value of attribute host.



4
5
6
# File 'lib/filebound_client/configuration.rb', line 4

def host
  @host
end

#ntlm_authObject

Returns the value of attribute ntlm_auth.



4
5
6
# File 'lib/filebound_client/configuration.rb', line 4

def ntlm_auth
  @ntlm_auth
end

#passwordObject

Returns the value of attribute password.



4
5
6
# File 'lib/filebound_client/configuration.rb', line 4

def password
  @password
end

#usernameObject

Returns the value of attribute username.



4
5
6
# File 'lib/filebound_client/configuration.rb', line 4

def username
  @username
end