Class: Melos::Struct::ExternalPub

Inherits:
Base
  • Object
show all
Defined in:
lib/melos/struct/structs.rb

Overview

12.4.3.2

Constant Summary collapse

STRUCT =
[
  [:external_pub, :vec] # HPKEPublicKey
]

Instance Attribute Summary collapse

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_pubObject (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