module Enlight module Models class SessionTime < Enlight::Models::Model attr_accessor :start, :end end end end