Class: Immudb::LinearProof
- Inherits:
-
Object
- Object
- Immudb::LinearProof
- Defined in:
- lib/immudb/linear_proof.rb
Instance Attribute Summary collapse
-
#sourceTxID ⇒ Object
Returns the value of attribute sourceTxID.
-
#targetTxID ⇒ Object
Returns the value of attribute targetTxID.
-
#terms ⇒ Object
Returns the value of attribute terms.
Instance Attribute Details
#sourceTxID ⇒ Object
Returns the value of attribute sourceTxID.
15 16 17 |
# File 'lib/immudb/linear_proof.rb', line 15 def sourceTxID @sourceTxID end |
#targetTxID ⇒ Object
Returns the value of attribute targetTxID.
15 16 17 |
# File 'lib/immudb/linear_proof.rb', line 15 def targetTxID @targetTxID end |
#terms ⇒ Object
Returns the value of attribute terms.
15 16 17 |
# File 'lib/immudb/linear_proof.rb', line 15 def terms @terms end |