module Medlink class Speciality include Virtus.model attribute :id, Integer attribute :name, String attribute :duration, Integer end end