Class: Neography::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/neography/config.rb

Class Attribute Summary collapse

Class Attribute Details

.authenticationObject

Returns the value of attribute authentication.



3
4
5
# File 'lib/neography/config.rb', line 3

def authentication
  @authentication
end

.directoryObject

Returns the value of attribute directory.



3
4
5
# File 'lib/neography/config.rb', line 3

def directory
  @directory
end

.log_enabledObject

Returns the value of attribute log_enabled.



3
4
5
# File 'lib/neography/config.rb', line 3

def log_enabled
  @log_enabled
end

.log_fileObject

Returns the value of attribute log_file.



3
4
5
# File 'lib/neography/config.rb', line 3

def log_file
  @log_file
end

.loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/neography/config.rb', line 3

def logger
  @logger
end

.max_threadsObject

Returns the value of attribute max_threads.



3
4
5
# File 'lib/neography/config.rb', line 3

def max_threads
  @max_threads
end

.passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/neography/config.rb', line 3

def password
  @password
end

.portObject

Returns the value of attribute port.



3
4
5
# File 'lib/neography/config.rb', line 3

def port
  @port
end

.protocolObject

Returns the value of attribute protocol.



3
4
5
# File 'lib/neography/config.rb', line 3

def protocol
  @protocol
end

.serverObject

Returns the value of attribute server.



3
4
5
# File 'lib/neography/config.rb', line 3

def server
  @server
end

.usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/neography/config.rb', line 3

def username
  @username
end