Class: Qippet::Boxes::ContainerBox

Inherits:
Box
  • Object
show all
Defined in:
lib/qippet/boxes/container_box.rb

Overview

Container Class create from the “q” keyword

Constant Summary collapse

ALLOWED_ATTRIBUTES =
[].freeze

Constants inherited from Box

Box::PADDING, Box::PADDING_X

Instance Attribute Summary

Attributes inherited from Box

#image, #node

Method Summary

Methods inherited from Box

#add_attributes, #add_child, #children, #initialize, #render, setup_attributes

Constructor Details

This class inherits a constructor from Qippet::Boxes::Box