Class: Neography::Config
- Inherits:
-
Object
- Object
- Neography::Config
- Defined in:
- lib/neography/config.rb
Class Attribute Summary collapse
-
.authentication ⇒ Object
Returns the value of attribute authentication.
-
.directory ⇒ Object
Returns the value of attribute directory.
-
.log_enabled ⇒ Object
Returns the value of attribute log_enabled.
-
.log_file ⇒ Object
Returns the value of attribute log_file.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.max_threads ⇒ Object
Returns the value of attribute max_threads.
-
.password ⇒ Object
Returns the value of attribute password.
-
.port ⇒ Object
Returns the value of attribute port.
-
.protocol ⇒ Object
Returns the value of attribute protocol.
-
.server ⇒ Object
Returns the value of attribute server.
-
.username ⇒ Object
Returns the value of attribute username.
Class Attribute Details
.authentication ⇒ Object
Returns the value of attribute authentication.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def authentication @authentication end |
.directory ⇒ Object
Returns the value of attribute directory.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def directory @directory end |
.log_enabled ⇒ Object
Returns the value of attribute log_enabled.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def log_enabled @log_enabled end |
.log_file ⇒ Object
Returns the value of attribute log_file.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def log_file @log_file end |
.logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def logger @logger end |
.max_threads ⇒ Object
Returns the value of attribute max_threads.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def max_threads @max_threads end |
.password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def password @password end |
.port ⇒ Object
Returns the value of attribute port.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def port @port end |
.protocol ⇒ Object
Returns the value of attribute protocol.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def protocol @protocol end |
.server ⇒ Object
Returns the value of attribute server.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def server @server end |
.username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/neography/config.rb', line 3 def username @username end |