Class: Melos::Struct::Lifetime
Constant Summary collapse
- STRUCT =
[ [:not_before, :uint64], [:not_after, :uint64] ]
Instance Attribute Summary collapse
-
#not_after ⇒ Object
readonly
Returns the value of attribute not_after.
-
#not_before ⇒ Object
readonly
Returns the value of attribute not_before.
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
#not_after ⇒ Object (readonly)
Returns the value of attribute not_after.
90 91 92 |
# File 'lib/melos/struct/structs.rb', line 90 def not_after @not_after end |
#not_before ⇒ Object (readonly)
Returns the value of attribute not_before.
90 91 92 |
# File 'lib/melos/struct/structs.rb', line 90 def not_before @not_before end |