Class: RUI::Base
- Inherits:
-
Phlex::HTML
- Object
- Phlex::HTML
- RUI::Base
- Defined in:
- lib/rui/base.rb
Direct Known Subclasses
RUI::Badges::Base, RUI::Buttons::Base, Card, Card::Footer, Card::Footer::Actions, Card::Header, Card::Header::Titles, Flash, Flash::Wrapper, Forms::Errors, Forms::FieldGroup, Icon, Layout::Body, Layout::Main, Layout::Page, Links::Base, Links::Text, Markdown::Safe, Markdown::Unsafe, Navigation::MenuButton, Navigation::Sidebar, Navigation::Top, Slideout, Table, Table::Row, Text::Large, Text::Medium, Text::Small
Instance Method Summary collapse
-
#initialize(**attrs) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(**attrs) ⇒ Base
Returns a new instance of Base.
4 5 6 7 |
# File 'lib/rui/base.rb', line 4 def initialize(**attrs, &) @attrs = attrs super(&) end |