module Medlink class Profession < Base attribute :id, Integer attribute :name, String end end