struct Memo::Document

Overview

Document to be indexed

Defined in:

memo/service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_type : String, source_id : Int64, text : String, pair_id : Int64 | Nil = nil, parent_id : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def pair_id : Int64 | Nil #

[View source]
def pair_id=(pair_id : Int64 | Nil) #

[View source]
def parent_id : Int64 | Nil #

[View source]
def parent_id=(parent_id : Int64 | Nil) #

[View source]
def source_id : Int64 #

[View source]
def source_id=(source_id : Int64) #

[View source]
def source_type : String #

[View source]
def source_type=(source_type : String) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]