class Voom::Presenters::DSL::Components::ExpansionPanel::Content
Attributes
components[RW]
Public Class Methods
new(**attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::EventBase::new
# File lib/voom/presenters/dsl/components/expansion_panel.rb, line 39 def initialize(**attribs_, &block) super(type: :content, **attribs_, &block) @components = [] expand! end