Sha256: 5f62d1e3884da18a94f2d7f5fb881d0fbf88ff61958cc733136c75cd2e56be36
Contents?: true
Size: 306 Bytes
Versions: 9
Compression:
Stored size: 306 Bytes
Contents
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
Version data entries
9 entries across 9 versions & 1 rubygems