struct
Agate::OdbObject
- Agate::OdbObject
- Struct
- Value
- Object
Overview
Raw ODB object data.
Defined in:
agate/odb.crConstructors
Instance Method Summary
- #clone
- #copy_with(oid _oid = @oid, data _data = @data, type _type = @type, size _size = @size)
- #data : Bytes
- #oid : OID
- #size : UInt64
- #type : Object::Type
Constructor Detail
Instance Method Detail
def copy_with(oid _oid = @oid, data _data = @data, type _type = @type, size _size = @size)
#