Class: Melos::Struct::RequiredCapabilities

Inherits:
Base
  • Object
show all
Defined in:
lib/melos/struct/structs.rb

Overview

11

Constant Summary collapse

STRUCT =
[
  [:extension_types, :vec], # vec of uint16
  [:proposal_types, :vec], # vec of uint16
  [:credential_types, :vec] # vec of uint16
]

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

#credential_typesObject (readonly)

Returns the value of attribute credential_types.



363
364
365
# File 'lib/melos/struct/structs.rb', line 363

def credential_types
  @credential_types
end

#extension_typesObject (readonly)

Returns the value of attribute extension_types.



363
364
365
# File 'lib/melos/struct/structs.rb', line 363

def extension_types
  @extension_types
end

#proposal_typesObject (readonly)

Returns the value of attribute proposal_types.



363
364
365
# File 'lib/melos/struct/structs.rb', line 363

def proposal_types
  @proposal_types
end