struct SerfHandler::Task
- SerfHandler::Task
- Struct
- Value
- Object
Included Modules
- Comparable(SerfHandler::Task)
Defined in:
serf-handler/task.crConstructors
Class Method Summary
Instance Method Summary
- #<=>(another_task)
- #call(*args)
- #description : String
- #name : String | Nil
- #order : Int32
- #task : Proc(SerfHandler::Event, String | Nil)
- #to_h
- #to_named_tuple
- #type : Symbol
Constructor Detail
def self.new(type : Symbol = :query, name : Nil | String = nil, order : Int32 = 0, description : String = "", &task : SerfHandler::Event -> String | Nil)
#