Class: Melos::Struct::ExternalInit

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

Constant Summary collapse

STRUCT =
[
  [:kem_output, :vec]
]

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

#kem_outputObject (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