# frozen_string_literal: true module Qismo # # Office hour model # # @!attribute day [Integer] # @!attribute starttime [String] # @!attribute endtime [String] # class OfficeHour < Base end end