struct Conveyor::Web::Form(T)

Defined in:

web.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Conveyor::Web::Component

initialize initialize

Constructor methods inherited from struct Conveyor::Web::Component

new new

Macros inherited from struct Conveyor::Web::Component

def_to_s(template) def_to_s

Constructor Detail

def self.new(method : String, action : String, session : T, &block) #

[View source]

Instance Method Detail

def action : String #

[View source]
def method : String #

[View source]
def session : T #

[View source]
def to_s(io) : Nil #

[View source]