Class: Protos::Table::Body

Inherits:
Component
  • Object
show all
Defined in:
lib/protos/table/body.rb

Instance Method Summary collapse

Methods inherited from Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#view_templateObject

DOCS: The body of a table



8
9
10
# File 'lib/protos/table/body.rb', line 8

def view_template(&)
  tbody(**attrs, &)
end