class Solerian::DB::Section
- Solerian::DB::Section
- Solerian::DB::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
solerian/db.crConstructors
- .new(pull : JSON::PullParser)
- .new(*, title : String, content : String, created_at : Time | Nil = nil, updated_at : Time | Nil = nil, hash : String | Nil = nil)
Instance Method Summary
- #content : String
- #content=(content : String)
- #created_at : Time
- #id : String
- #title : String
- #title=(title : String)
- #touch!
- #updated_at : Time
Constructor Detail
def self.new(*, title : String, content : String, created_at : Time | Nil = nil, updated_at : Time | Nil = nil, hash : String | Nil = nil)
#