Class: ROM::Neo4j::Gateway
- Inherits:
-
Gateway
- Object
- Gateway
- ROM::Neo4j::Gateway
- Defined in:
- lib/rom/neo4j/gateway.rb
Instance Attribute Summary collapse
-
#sets ⇒ Object
readonly
Returns the value of attribute sets.
Instance Method Summary collapse
- #dataset(name) ⇒ Object
- #dataset?(name) ⇒ Boolean
-
#initialize(uri, options = {}) ⇒ Gateway
constructor
A new instance of Gateway.
Constructor Details
Instance Attribute Details
#sets ⇒ Object (readonly)
Returns the value of attribute sets.
6 7 8 |
# File 'lib/rom/neo4j/gateway.rb', line 6 def sets @sets end |