Sha256: 6406f27c43df152ec28579bd8ed37690f2dd0523fac873aa19cc5905df80756c
Contents?: true
Size: 272 Bytes
Versions: 16
Compression:
Stored size: 272 Bytes
Contents
module Spina module Parts class Base include AttrJson::Model attr_json_config(unknown_key: :strip) attr_json :title, :string attr_json :name, :string def label content&.to_s end def content; end end end end
Version data entries
16 entries across 16 versions & 1 rubygems