Class: Melos::Struct::Certificate

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

Overview

Section 5.3 Credentials

Constant Summary collapse

STRUCT =
[
  [:cert_data, :vec]
]

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

#cert_dataObject (readonly)

Returns the value of attribute cert_data.



23
24
25
# File 'lib/melos/struct/structs.rb', line 23

def cert_data
  @cert_data
end