struct Place::AutoRelease::WorktimeBlock
- Place::AutoRelease::WorktimeBlock
- Struct
- Value
- Object
Overview
start_time: Start time of work hours. e.g. 7.5
being 7:30AM
end_time: End time of work hours. e.g. 18.5
being 6:30PM
location: Name of the location the work is being performed at
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/auto_release.crConstructors
Instance Method Summary
- #end_time : Float64
- #end_time=(end_time : Float64)
- #location : String
- #location=(location : String)
- #start_time : Float64
- #start_time=(start_time : Float64)