Class: SvelteOnRails::SsrClient::SsrProcess

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

Overview

NODE PROCESS MANAGEMENT

Instance Attribute Summary collapse

Instance Attribute Details

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



294
295
296
# File 'lib/svelte_on_rails/ssr_client.rb', line 294

def pid
  @pid
end

#ppidObject

Returns the value of attribute ppid

Returns:

  • (Object)

    the current value of ppid



294
295
296
# File 'lib/svelte_on_rails/ssr_client.rb', line 294

def ppid
  @ppid
end

#socket_pathObject

Returns the value of attribute socket_path

Returns:

  • (Object)

    the current value of socket_path



294
295
296
# File 'lib/svelte_on_rails/ssr_client.rb', line 294

def socket_path
  @socket_path
end