struct Solerian::DB::Storage
- Solerian::DB::Storage
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
solerian/db.crConstructors
- .new(words : Array(Solerian::DB::Entry), meanings : Array(Solerian::DB::Meaning), sections : Array(Solerian::DB::Section), etag : Nil | String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #etag : String | Nil
- #etag=(etag : String | Nil)
- #find_sectionable(&pred : DB::Sectionable -> Bool) : DB::Sectionable | Nil
- #meanings : Array(Meaning)
- #meanings=(meanings : Array(Meaning))
- #sections : Array(Section)
- #sections=(sections : Array(Section))
- #words : Array(Entry)
- #words=(words : Array(Entry))
Constructor Detail
def self.new(words : Array(Solerian::DB::Entry), meanings : Array(Solerian::DB::Meaning), sections : Array(Solerian::DB::Section), etag : Nil | String)
#