struct

Pk::FileEntry

Inherits Struct < Value < Object

Constructors

from_row(row : SQLite3::Row) : FileEntry
Source
new(package_id : Int64, path : String, mode : Int32, uid : Int32, gid : Int32, blake3 : String, id : Int64 | Nil = nil)
Source

Instance methods

blake3
Source
blake3=(blake3 : String)
Source
gid=(gid : Int32)
Source
id=(id : Int64 | Nil)
Source
mode
Source
mode=(mode : Int32)
Source
package_id
Source
package_id=(package_id : Int64)
Source
path
Source
path=(path : String)
Source
uid=(uid : Int32)
Source