Class: Neo4jBolt::TransactionContext
- Inherits:
-
Struct
- Object
- Struct
- Neo4jBolt::TransactionContext
- Defined in:
- lib/neo4j_bolt.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#rollback_only ⇒ Object
Returns the value of attribute rollback_only.
-
#session ⇒ Object
Returns the value of attribute session.
-
#transaction ⇒ Object
Returns the value of attribute transaction.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
130 131 132 |
# File 'lib/neo4j_bolt.rb', line 130 def depth @depth end |
#rollback_only ⇒ Object
Returns the value of attribute rollback_only
130 131 132 |
# File 'lib/neo4j_bolt.rb', line 130 def rollback_only @rollback_only end |
#session ⇒ Object
Returns the value of attribute session
130 131 132 |
# File 'lib/neo4j_bolt.rb', line 130 def session @session end |
#transaction ⇒ Object
Returns the value of attribute transaction
130 131 132 |
# File 'lib/neo4j_bolt.rb', line 130 def transaction @transaction end |