Class: Melos::Struct::Remove

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

Constant Summary collapse

STRUCT =
[
  [:removed, :uint32]
]

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

#removedObject (readonly)

Returns the value of attribute removed.



390
391
392
# File 'lib/melos/struct/structs.rb', line 390

def removed
  @removed
end