class Voom::Presenters::DSL::Components::Footer
Attributes
Public Class Methods
new(type: nil, **attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::Base::new
# File lib/voom/presenters/dsl/components/footer.rb, line 8 def initialize(type: nil, **attribs_, &block) @footer_type = type || :small super(type: :footer, **attribs_, &block) @menus = [] expand! end