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



50
51
52
# File 'lib/neo4j_bolt.rb', line 50

def depth
  @depth
end

#rollback_onlyObject

Returns the value of attribute rollback_only

Returns:

  • (Object)

    the current value of rollback_only



50
51
52
# File 'lib/neo4j_bolt.rb', line 50

def rollback_only
  @rollback_only
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



50
51
52
# File 'lib/neo4j_bolt.rb', line 50

def session
  @session
end

#transactionObject

Returns the value of attribute transaction

Returns:

  • (Object)

    the current value of transaction



50
51
52
# File 'lib/neo4j_bolt.rb', line 50

def transaction
  @transaction
end