class FormObject::ContextCollection
- FormObject::ContextCollection
- FormObject::IContext
- Reference
- Object
Defined in:
form_object/context_collection.crConstructors
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &block)
- #append_field(field, value : T) forall T
- #bucket : Array(FormObject::Context)
- #collection(name : String)
- #current_object
- #each_context(&block)
- #empty?(*args, **options)
- #empty?(*args, **options, &block)
- #next_object
- #object(name : String)
- #object_for(field : String)
- #set_field(field, value)
- #size(*args, **options)
- #size(*args, **options, &block)