Class: DIDX::Key
Instance Attribute Summary collapse
-
#multibase_encoded_key ⇒ Object
readonly
Returns the value of attribute multibase_encoded_key.
Attributes inherited from Generic
#id, #method, #method_id, #prefix
Method Summary
Methods inherited from Generic
Constructor Details
This class inherits a constructor from DIDX::Generic
Instance Attribute Details
#multibase_encoded_key ⇒ Object (readonly)
Returns the value of attribute multibase_encoded_key.
3 4 5 |
# File 'lib/didx/key.rb', line 3 def multibase_encoded_key @multibase_encoded_key end |