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