Class: Melos::Struct::Lifetime

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

Constant Summary collapse

STRUCT =
[
  [:not_before, :uint64],
  [:not_after, :uint64]
]

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

#not_afterObject (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_beforeObject (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