Class: Melos::Struct::ExternalInit
- Defined in:
- lib/melos/struct/structs.rb
Constant Summary collapse
- STRUCT =
[ [:kem_output, :vec] ]
Instance Attribute Summary collapse
-
#kem_output ⇒ Object
readonly
Returns the value of attribute kem_output.
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
#kem_output ⇒ Object (readonly)
Returns the value of attribute kem_output.
414 415 416 |
# File 'lib/melos/struct/structs.rb', line 414 def kem_output @kem_output end |