class Solerian::DB::Entry

Included Modules

Defined in:

solerian/db.cr

Constructors

Instance Method Summary

Instance methods inherited from module Solerian::DB::Sectionable

sections : Array(String) sections

Constructor Detail

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

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) #

[View source]

Instance Method Detail

def created_at : Time #

def ex : String | Nil #

[View source]
def ex=(ex : String | Nil) #

[View source]
def extra : String #

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

[View source]
def id : String #

def meanings : Array(String) #

[View source]
def sol : String #

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

[View source]
def tag : String | Nil #

[View source]
def tag=(tag : String | Nil) #

[View source]
def touch! #

[View source]
def updated_at : Time #