Class: Melos::Struct::ExternalPub
- Defined in:
- lib/melos/struct/structs.rb
Overview
12.4.3.2
Constant Summary collapse
- STRUCT =
[ [:external_pub, :vec] # HPKEPublicKey ]
Instance Attribute Summary collapse
-
#external_pub ⇒ Object
readonly
Returns the value of attribute external_pub.
Method Summary
Methods inherited from Base
#deserialize_select_elem_with_context, #initialize, #raw
Constructor Details
This class inherits a constructor from Melos::Struct::Base
Instance Attribute Details
#external_pub ⇒ Object (readonly)
Returns the value of attribute external_pub.
564 565 566 |
# File 'lib/melos/struct/structs.rb', line 564 def external_pub @external_pub end |