class Docr::Types::Limit
- Docr::Types::Limit
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/limit.crConstructors
- .new(pull : JSON::PullParser)
- .new(nano_cp_us : Int64 | Nil = nil, memory_bytes : Int64 | Nil = nil, pids : Int64 = 0)
Instance Method Summary
- #memory_bytes : Int64 | Nil
- #memory_bytes=(memory_bytes : Int64 | Nil)
- #nano_cp_us : Int64 | Nil
- #nano_cp_us=(nano_cp_us : Int64 | Nil)
- #pids : Int64
- #pids=(pids : Int64)