class Tagger

Included Modules

Defined in:

models/tagger.cr

Constructors

Class Method Summary

Instance Method Summary

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]