Class: Melos::Struct::ExternalSender

Inherits:
Base
  • Object
show all
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

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

#credentialObject (readonly)

Returns the value of attribute credential.



430
431
432
# File 'lib/melos/struct/structs.rb', line 430

def credential
  @credential
end

#signature_keyObject (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