class FormObject::Context
- FormObject::Context
- FormObject::IContext
- Reference
- Object
Defined in:
form_object/context_collection.crform_object/context.cr
Constructors
Instance Method Summary
- #append_field(field, value : T) forall T
- #clear
- #collection(name : String)
- #collections : Hash(String, ContextCollection)
- #each_collection(&block)
- #each_field(&block)
- #each_object(&block)
- #object(name : String)
- #objects : Hash(String, Context)
- #properties : Hash(String, Any)
- #set_field(field, value)