Class: InertiaHanami::SSRRenderer::Result
- Inherits:
-
Struct
- Object
- Struct
- InertiaHanami::SSRRenderer::Result
- Defined in:
- lib/inertia_hanami/ssr_renderer.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#head ⇒ Object
Returns the value of attribute head.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
22 23 24 |
# File 'lib/inertia_hanami/ssr_renderer.rb', line 22 def body @body end |
#head ⇒ Object
Returns the value of attribute head
22 23 24 |
# File 'lib/inertia_hanami/ssr_renderer.rb', line 22 def head @head end |