Sha256: e1b1a97b58c272861e36b69b64cf7c113528788806b3cd051b20b265af8be6ba
Contents?: true
Size: 241 Bytes
Versions: 21
Compression:
Stored size: 241 Bytes
Contents
module Spina module Pages class ListComponent < ApplicationComponent attr_reader :depth, :sortable def initialize(pages:, sortable: true) @pages = pages @sortable = sortable end end end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
spina-2.1.0 | app/components/spina/pages/list_component.rb |