class Voom::Presenters::DSL::Components::EventBase
Attributes
event_parent_id[R]
Public Class Methods
new(**attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::Base::new
# File lib/voom/presenters/dsl/components/event_base.rb, line 9 def initialize(**attribs_, &block) super(type: :icon, **attribs_, &block) @event_parent_id = @id end