Class: PQCrypto::Seal::Format::Section
- Inherits:
-
Struct
- Object
- Struct
- PQCrypto::Seal::Format::Section
- Defined in:
- lib/pq_crypto/seal/format.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#section_id ⇒ Object
Returns the value of attribute section_id.
-
#slots_length ⇒ Object
Returns the value of attribute slots_length.
-
#slots_offset ⇒ Object
Returns the value of attribute slots_offset.
-
#wrap_suite_id ⇒ Object
Returns the value of attribute wrap_suite_id.
Instance Attribute Details
#raw ⇒ Object
Returns the value of attribute raw
73 74 75 |
# File 'lib/pq_crypto/seal/format.rb', line 73 def raw @raw end |
#section_id ⇒ Object
Returns the value of attribute section_id
73 74 75 |
# File 'lib/pq_crypto/seal/format.rb', line 73 def section_id @section_id end |
#slots_length ⇒ Object
Returns the value of attribute slots_length
73 74 75 |
# File 'lib/pq_crypto/seal/format.rb', line 73 def slots_length @slots_length end |
#slots_offset ⇒ Object
Returns the value of attribute slots_offset
73 74 75 |
# File 'lib/pq_crypto/seal/format.rb', line 73 def slots_offset @slots_offset end |
#wrap_suite_id ⇒ Object
Returns the value of attribute wrap_suite_id
73 74 75 |
# File 'lib/pq_crypto/seal/format.rb', line 73 def wrap_suite_id @wrap_suite_id end |