class Solerian::DB::Section

Included Modules

Defined in:

solerian/db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

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

[View source]

Instance Method Detail

def content : String #

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

[View source]
def created_at : Time #

def id : String #

def title : String #

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

[View source]
def touch! #

[View source]
def updated_at : Time #