Class: Protos::Table::Footer

Inherits:
Component
  • Object
show all
Defined in:
lib/protos/table/footer.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 footer of a table



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

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