struct Conveyor::Web::JobsTable(T)
- Conveyor::Web::JobsTable(T)
- Conveyor::Web::Component
- Struct
- Value
- Object
Defined in:
web.crConstructors
Instance Method Summary
- #base_path : String
- #clone
- #copy_with(base_path _base_path = @base_path, jobs _jobs = @jobs, session _session = @session)
- #jobs : Enumerable(JobData)
- #session : T
- #to_s(io) : Nil
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
Instance Method Detail
def copy_with(base_path _base_path = @base_path, jobs _jobs = @jobs, session _session = @session)
#