class Neo4j::Result
- Neo4j::Result
- Reference
- Object
Included Modules
- Enumerable(Array(Neo4j::Value))
Defined in:
neo4j/result.crConstructors
Instance Method Summary
- #data : Array(List)
-
#each(&)
Must yield this collection's elements to the block.
- #fields
-
#size
Returns the number of elements in the collection.
- #type : Success | Ignored
Instance methods inherited from class Object
to_bolt_params : Neo4j::Value
to_bolt_params
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Array(Neo4j::Value))
Must yield this collection's elements to the block.
def size
#
Description copied from module Enumerable(Array(Neo4j::Value))
Returns the number of elements in the collection.
[1, 2, 3, 4].size # => 4