class Solerian::DB::Entry
- Solerian::DB::Entry
- Solerian::DB::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- Solerian::DB::Sectionable
Defined in:
solerian/db.crConstructors
- .new(pull : JSON::PullParser)
- .new(*, sol : String, extra : String, tag : Nil | String, ex : Nil | String, meanings : Array(String), sections : Array(String), created_at : Time | Nil = nil, updated_at : Time | Nil = nil, hash : String | Nil = nil)
Instance Method Summary
- #created_at : Time
- #ex : String | Nil
- #ex=(ex : String | Nil)
- #extra : String
- #extra=(extra : String)
- #id : String
- #meanings : Array(String)
- #sol : String
- #sol=(sol : String)
- #tag : String | Nil
- #tag=(tag : String | Nil)
- #touch!
- #updated_at : Time
Instance methods inherited from module Solerian::DB::Sectionable
sections : Array(String)
sections
Constructor Detail
def self.new(*, sol : String, extra : String, tag : Nil | String, ex : Nil | String, meanings : Array(String), sections : Array(String), created_at : Time | Nil = nil, updated_at : Time | Nil = nil, hash : String | Nil = nil)
#