class Api::V1::TradesmanSerializer < ActiveModel::Serializer

  attributes :id, :email, :full_name, :ftc_id

end
