class Coffee::TimeOut
- Coffee::TimeOut
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
coffee/timeout.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(connect : Int32 = 2, read : Int32 = 2, write : Int32 = 2)
Instance Method Summary
- #connect : Int32
- #connect=(connect : Int32)
- #read : Int32
- #read=(read : Int32)
- #write : Int32
- #write=(write : Int32)