Class: InertiaHanami::SSRRenderer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/inertia_hanami/ssr_renderer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



22
23
24
# File 'lib/inertia_hanami/ssr_renderer.rb', line 22

def body
  @body
end

#headObject

Returns the value of attribute head

Returns:

  • (Object)

    the current value of head



22
23
24
# File 'lib/inertia_hanami/ssr_renderer.rb', line 22

def head
  @head
end