Class: Melos::Struct::PreSharedKey
- Defined in:
- lib/melos/struct/structs.rb
Constant Summary collapse
- STRUCT =
[ [:psk, :class, Melos::Struct::PreSharedKeyID] ]
Instance Attribute Summary collapse
-
#psk ⇒ Object
readonly
Returns the value of attribute psk.
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
#psk ⇒ Object (readonly)
Returns the value of attribute psk.
397 398 399 |
# File 'lib/melos/struct/structs.rb', line 397 def psk @psk end |