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