Class: Melos::Struct::LeafNodeHashInput
- Defined in:
- lib/melos/struct/structs.rb
Overview
NodeType: uint8 enum
Constant Summary collapse
Instance Attribute Summary collapse
-
#leaf_index ⇒ Object
readonly
Returns the value of attribute leaf_index.
-
#leaf_node ⇒ Object
readonly
Returns the value of attribute leaf_node.
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
#leaf_index ⇒ Object (readonly)
Returns the value of attribute leaf_index.
217 218 219 |
# File 'lib/melos/struct/structs.rb', line 217 def leaf_index @leaf_index end |
#leaf_node ⇒ Object (readonly)
Returns the value of attribute leaf_node.
217 218 219 |
# File 'lib/melos/struct/structs.rb', line 217 def leaf_node @leaf_node end |