Class: Protos::Table::Row
- Defined in:
- lib/protos/table/row.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The row of a table.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The row of a table
8 9 10 |
# File 'lib/protos/table/row.rb', line 8 def view_template(&) tr(**attrs, &) end |