struct Conveyor::Web::JobsTable(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(base_path : String, jobs : Enumerable(JobData), session : T) #

[View source]

Instance Method Detail

def base_path : String #

def clone #

[View source]
def copy_with(base_path _base_path = @base_path, jobs _jobs = @jobs, session _session = @session) #

[View source]
def jobs : Enumerable(JobData) #

def session : T #

def to_s(io) : Nil #

[View source]