struct Booking::History
- Booking::History
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
pg_benchmark.crConstructors
- .new(state : Booking::State, time : Int64, source : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #source : String | Nil
- #source=(source : String | Nil)
- #state : Booking::State
- #state=(state : Booking::State)
- #time : Int64
- #time=(time : Int64)