Sha256: c138d41d8cc7f8783f96e8585076bd21bb4a761ee4423eb504a8798877be9776
Contents?: true
Size: 221 Bytes
Versions: 87
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Alchemy class EssenceLinkSerializer < ActiveModel::Serializer attributes( :id, :link, :link_title, :link_target, :link_class_name, ) end end
Version data entries
87 entries across 87 versions & 1 rubygems