Module: Neo4j::Http
- Extended by:
- Http
- Included in:
- Http
- Defined in:
- lib/neo4j/http.rb,
lib/neo4j/http/node.rb,
lib/neo4j/http/client.rb,
lib/neo4j/http/errors.rb,
lib/neo4j/http/results.rb,
lib/neo4j/http/version.rb,
lib/neo4j/http/auth_token.rb,
lib/neo4j/http/node_client.rb,
lib/neo4j/http/relationship.rb,
lib/neo4j/http/configuration.rb,
lib/neo4j/http/cypher_client.rb,
lib/neo4j/http/object_wrapper.rb,
lib/neo4j/http/relationship_client.rb
Defined Under Namespace
Modules: Errors
Classes: AuthToken, Client, Configuration, CypherClient, Node, NodeClient, ObjectWrapper, Relationship, RelationshipClient, Results
Constant Summary
collapse
- VERSION =
"1.1.0"
Instance Method Summary
collapse
Instance Method Details
#config ⇒ Object
26
27
28
|
# File 'lib/neo4j/http.rb', line 26
def config
@congiguration ||= Configuration.new
end
|
30
31
32
|
# File 'lib/neo4j/http.rb', line 30
def configure
yield config
end
|