Config

== Keeps configuration for neo4j

== Configurations keys

Constants

  • DEFAULT_FILE
  • CLASS_NAME_PROPERTY_KEY

Methods

.[]

+ show/hide code
.[]=

Sets the value of a config entry.

+ show/hide code

.association_model_namespace

+ show/hide code

.association_model_namespace_string

+ show/hide code

.class_name_property

+ show/hide code
.configuration

Reads from the default_file if configuration is not set already

+ show/hide code

.default_file

+ show/hide code
.default_file=

Sets the location of the configuration YAML file and old deletes configurations.

+ show/hide code

.defaults

+ show/hide code
.delete

Remove the value of a config entry.

+ show/hide code
.delete_all

Remove all configuration. This can be useful for testing purpose.

+ show/hide code

.include_root_in_json

+ show/hide code

.module_handling

+ show/hide code

.to_hash

+ show/hide code

.to_yaml

+ show/hide code
.use

Yields the configuration

+ show/hide code