module Logistics module Core class ClientSerializer < ActiveModel::Serializer attributes :id, :name, :postal_code, :city, :country_id, :country_name, :fax, :telephone, :email, :license, :tin, :client_category_id, :client_category_name, :code end end end