Class: Neo4jBolt::TransactionContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/neo4j_bolt.rb

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



130
131
132
# File 'lib/neo4j_bolt.rb', line 130

def depth
  @depth
end

#rollback_onlyObject

Returns the value of attribute rollback_only

Returns:

  • (Object)

    the current value of rollback_only



130
131
132
# File 'lib/neo4j_bolt.rb', line 130

def rollback_only
  @rollback_only
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



130
131
132
# File 'lib/neo4j_bolt.rb', line 130

def session
  @session
end

#transactionObject

Returns the value of attribute transaction

Returns:

  • (Object)

    the current value of transaction



130
131
132
# File 'lib/neo4j_bolt.rb', line 130

def transaction
  @transaction
end