class Langery::DB::Section

Included Modules

Defined in:

langery/db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.cascade_delete(id : String, data : Data) : Section #

[View source]
def self.new(pull : JSON::PullParser) #

def self.new(*, created_at : Time | Nil = nil, updated_at : Time | Nil = nil, hash : String | Nil = nil) #

[View source]

Instance Method Detail

def created_at : Time #

def id : String #

def touch! #

[View source]
def updated_at : Time #