struct
PlaceOS::Model::Booking::History
- PlaceOS::Model::Booking::History
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
placeos-models/booking.crConstructors
- .new(state : State, time : Int64, source : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(state _state = @state, time _time = @time, source _source = @source)
- #source : String | Nil
- #state : State
- #time : Int64