class View(T)

Defined in:

template/view.cr

Constructors

Macro Summary

Instance methods inherited from class Template

end_tag(io : IO, name : String) end_tag, main_docking_point : DockingPoint main_docking_point, main_docking_point=(main_docking_point : DockingPoint) main_docking_point=, standalone_tag(io, name, *attrs) standalone_tag, start_tag(io, name, *attrs) start_tag, tag(io, name, *attrs, &)
tag(io, name, *attrs)
tag
, tag_begin(io : IO, name : String, arg)
tag_begin(io : IO, name : String)
tag_begin(io : IO, name : String, *args)
tag_begin

Constructor methods inherited from class Template

new(main_docking_point : String | Template | Nil)
new
new

Constructor Detail

def self.new(model : T) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]