class Voom::Presenters::DSL::Components::Page
Attributes
background_color[RW]
title[RW]
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/page.rb, line 8 def initialize(**attribs_, &block) super(type: :page, **attribs_, &block) expand! end