Class: Immudb::InclusionProof
- Inherits:
-
Object
- Object
- Immudb::InclusionProof
- Defined in:
- lib/immudb/inclusion_proof.rb
Instance Attribute Summary collapse
-
#leaf ⇒ Object
Returns the value of attribute leaf.
-
#terms ⇒ Object
Returns the value of attribute terms.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize ⇒ InclusionProof
constructor
A new instance of InclusionProof.
Constructor Details
#initialize ⇒ InclusionProof
Returns a new instance of InclusionProof.
17 18 19 |
# File 'lib/immudb/inclusion_proof.rb', line 17 def initialize @terms = [] end |
Instance Attribute Details
#leaf ⇒ Object
Returns the value of attribute leaf.
15 16 17 |
# File 'lib/immudb/inclusion_proof.rb', line 15 def leaf @leaf end |
#terms ⇒ Object
Returns the value of attribute terms.
15 16 17 |
# File 'lib/immudb/inclusion_proof.rb', line 15 def terms @terms end |
#width ⇒ Object
Returns the value of attribute width.
15 16 17 |
# File 'lib/immudb/inclusion_proof.rb', line 15 def width @width end |