Sha256: c5db79f63fcc14959c3ef8b883d72f5c5e6aed762694fc52ce46a9481eca5234
Contents?: true
Size: 402 Bytes
Versions: 13
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true module UiBibz module Strategies # Class to initialize component class ComponentInitializeStandardStrategy < UiBibz::Strategies::ComponentInitializeAbstractStrategy attr_reader :content def options with_indifferent_access(@options) end def html_options with_indifferent_access(@html_options) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems