Class: SvelteOnRails::SsrServerHelpers::SsrProcess

Inherits:
Struct
  • Object
show all
Defined in:
lib/svelte_on_rails/ssr_server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



380
381
382
# File 'lib/svelte_on_rails/ssr_server.rb', line 380

def pid
  @pid
end

#ppidObject

Returns the value of attribute ppid

Returns:

  • (Object)

    the current value of ppid



380
381
382
# File 'lib/svelte_on_rails/ssr_server.rb', line 380

def ppid
  @ppid
end

#socket_pathObject

Returns the value of attribute socket_path

Returns:

  • (Object)

    the current value of socket_path



380
381
382
# File 'lib/svelte_on_rails/ssr_server.rb', line 380

def socket_path
  @socket_path
end