Class: Melos::Struct::ExternalSender
- Defined in:
- lib/melos/struct/structs.rb
Overview
12.1.8.1
Constant Summary collapse
- STRUCT =
[ [:signature_key, :vec], [:credential, :class, Melos::Struct::Credential] ]
Instance Attribute Summary collapse
-
#credential ⇒ Object
readonly
Returns the value of attribute credential.
-
#signature_key ⇒ Object
readonly
Returns the value of attribute signature_key.
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
#credential ⇒ Object (readonly)
Returns the value of attribute credential.
430 431 432 |
# File 'lib/melos/struct/structs.rb', line 430 def credential @credential end |
#signature_key ⇒ Object (readonly)
Returns the value of attribute signature_key.
430 431 432 |
# File 'lib/melos/struct/structs.rb', line 430 def signature_key @signature_key end |