Class: Melos::Struct::EncryptedGroupSecrets
- Defined in:
- lib/melos/struct/structs.rb
Constant Summary collapse
- STRUCT =
[ [:new_member, :vec], # KeyPackageRef = opaque <V> [:encrypted_group_secrets, :class, Melos::Struct::HPKECipherText] ]
Instance Attribute Summary collapse
-
#encrypted_group_secrets ⇒ Object
readonly
Returns the value of attribute encrypted_group_secrets.
-
#new_member ⇒ Object
readonly
Returns the value of attribute new_member.
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
#encrypted_group_secrets ⇒ Object (readonly)
Returns the value of attribute encrypted_group_secrets.
545 546 547 |
# File 'lib/melos/struct/structs.rb', line 545 def encrypted_group_secrets @encrypted_group_secrets end |
#new_member ⇒ Object (readonly)
Returns the value of attribute new_member.
545 546 547 |
# File 'lib/melos/struct/structs.rb', line 545 def new_member @new_member end |