Class: Hotwire::Response::Html
- Defined in:
- lib/hotwire/response/html.rb
Overview
Specialization responsible for producing responses in HTML format. Invoking response
on this class doesn’t do anything, as this class should be passed to a view and generate HTML over there.
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Base
Method Summary
Methods inherited from Base
#add_column, #add_columns, #body, #initialize, #set_data
Methods inherited from Base
#add_error, #initialize, #valid?, #validate
Constructor Details
This class inherits a constructor from Hotwire::Response::Base