Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Xerp::Store::BlockRow
Inherits
Struct
<
Value
<
Object
Represents a row from the blocks table.
Constructors
new
(id :
Int64
, file_id :
Int64
, kind :
String
, level :
Int32
, line_start :
Int32
, line_end :
Int32
, header_text :
Nil
|
String
, parent_block_id :
Int64
|
Nil
, token_count :
Int32
= 0)
Source
Instance methods
file_id
Source
header_text
Source
id
Source
kind
Source
level
Source
line_end
Source
line_start
Source
parent_block_id
Source
token_count
Source