Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
davbooru
master
Album
Davbooru
ImportantAuthHandler
Indexer
Post
QueryBuilder
Tag
Tagger
Wiki
Generated using Crystal 1.16.3
2026-06-14 03:21:16 UTC
class
Tagger
Tagger
Reference
Object
Included Modules
JSON::Serializable
Defined in:
models/tagger.cr
Constructors
.new
(id : Int64, pattern : String, tag_id : Int64)
.new
(pull : JSON::PullParser)
Class Method Summary
.create
(path : String, tag_id : Int64)
.from_row
(row : DB::ResultSet)
Instance Method Summary
#id
: Int64
#pattern
: String
#tag_id
: Int64
Constructor Detail
def self.
new
(id : Int64, pattern : String, tag_id : Int64)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Class Method Detail
def self.
create
(path : String, tag_id : Int64)
#
[
View source
]
def self.
from_row
(row : DB::ResultSet)
#
[
View source
]
Instance Method Detail
def
id
: Int64
#
[
View source
]
def
pattern
: String
#
[
View source
]
def
tag_id
: Int64
#
[
View source
]