Class: KStor::Message::SecretValue
- Defined in:
- lib/kstor/message/secret_value.rb
Overview
Response for secret unlock.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(**opts) ⇒ SecretValue
constructor
Create a new secret-value response.
Methods inherited from Base
arg, #error?, for_type, #inspect, #login, #login_request?, message_type, parse, #password, register, #request?, #response?, #serialize, #session_id, #session_request?, #to_h, #type, type?, types
Constructor Details
#initialize(**opts) ⇒ SecretValue
Create a new secret-value response.
29 30 31 32 |
# File 'lib/kstor/message/secret_value.rb', line 29 def initialize(**opts) super(**opts) opts.delete(:group_id) end |