Class: Qippet::Boxes::TextBox

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

Overview

Text box created from the “text” 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