Class: Melos::Struct::Certificate
- Defined in:
- lib/melos/struct/structs.rb
Overview
Section 5.3 Credentials
Constant Summary collapse
- STRUCT =
[ [:cert_data, :vec] ]
Instance Attribute Summary collapse
-
#cert_data ⇒ Object
readonly
Returns the value of attribute cert_data.
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_data ⇒ Object (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 |