Class: Immudb::LinearProof

Inherits:
Object
  • Object
show all
Defined in:
lib/immudb/linear_proof.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceTxIDObject

Returns the value of attribute sourceTxID.



15
16
17
# File 'lib/immudb/linear_proof.rb', line 15

def sourceTxID
  @sourceTxID
end

#targetTxIDObject

Returns the value of attribute targetTxID.



15
16
17
# File 'lib/immudb/linear_proof.rb', line 15

def targetTxID
  @targetTxID
end

#termsObject

Returns the value of attribute terms.



15
16
17
# File 'lib/immudb/linear_proof.rb', line 15

def terms
  @terms
end