Class: Melos::Struct::ReInit
Constant Summary collapse
- STRUCT =
[ [:group_id, :vec], [:version, :uint16], [:cipher_suite, :uint16], [:extensions, :classes, Melos::Struct::Extension] ]
Instance Attribute Summary collapse
-
#cipher_suite ⇒ Object
readonly
Returns the value of attribute cipher_suite.
-
#extensions ⇒ Object
readonly
Returns the value of attribute extensions.
-
#group_id ⇒ Object
readonly
Returns the value of attribute group_id.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
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
#cipher_suite ⇒ Object (readonly)
Returns the value of attribute cipher_suite.
404 405 406 |
# File 'lib/melos/struct/structs.rb', line 404 def cipher_suite @cipher_suite end |
#extensions ⇒ Object (readonly)
Returns the value of attribute extensions.
404 405 406 |
# File 'lib/melos/struct/structs.rb', line 404 def extensions @extensions end |
#group_id ⇒ Object (readonly)
Returns the value of attribute group_id.
404 405 406 |
# File 'lib/melos/struct/structs.rb', line 404 def group_id @group_id end |
#version ⇒ Object (readonly)
Returns the value of attribute version.
404 405 406 |
# File 'lib/melos/struct/structs.rb', line 404 def version @version end |