module Novika::ISubmittableStore
Overview
Implementors can be targets of entry:submit
.
Direct including types
Defined in:
novika/dict.crClass Method Summary
Instance Method Summary
-
#submit(name : Form, form : Form)
Submits value form to an entry with the given name.
-
#submit?(name : Form, form : Form)
Submits value form to an entry with the given name.
Class Method Detail
Instance Method Detail
Submits value form to an entry with the given name. Dies if no such entry exists.
Submits value form to an entry with the given name. Returns nil if no such entry exists.