Class: Spark::Table::Detail
- Inherits:
-
Spark::Table
- Object
- ActionView::Component::Base
- Component::Base
- Spark::Table
- Spark::Table::Detail
- Defined in:
- app/components/spark/table/detail.rb
Constant Summary
Constants inherited from Spark::Table
Instance Method Summary collapse
-
#initialize ⇒ Detail
constructor
A new instance of Detail.
Methods inherited from Component::Base
Constructor Details
#initialize ⇒ Detail
Returns a new instance of Detail.
14 15 16 |
# File 'app/components/spark/table/detail.rb', line 14 def initialize(*) super end |