PlaceOS::Model::User::WorktimeBlock
Inherits JSON::Serializable < Struct < Value < Object
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
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
end_time
Sourceend_time=(end_time : Float64)
Sourcelocation
Sourcelocation=(location : String)
Sourcestart_time
Sourcestart_time=(start_time : Float64)
Source