Class: SvelteOnRails::SsrClient::SsrProcess
- Inherits:
-
Struct
- Object
- Struct
- SvelteOnRails::SsrClient::SsrProcess
- Defined in:
- lib/svelte_on_rails/ssr_client.rb
Overview
NODE PROCESS MANAGEMENT
Instance Attribute Summary collapse
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#ppid ⇒ Object
Returns the value of attribute ppid.
-
#socket_path ⇒ Object
Returns the value of attribute socket_path.
Instance Attribute Details
#pid ⇒ Object
Returns the value of attribute pid
294 295 296 |
# File 'lib/svelte_on_rails/ssr_client.rb', line 294 def pid @pid end |
#ppid ⇒ Object
Returns the value of attribute ppid
294 295 296 |
# File 'lib/svelte_on_rails/ssr_client.rb', line 294 def ppid @ppid end |
#socket_path ⇒ Object
Returns the value of attribute socket_path
294 295 296 |
# File 'lib/svelte_on_rails/ssr_client.rb', line 294 def socket_path @socket_path end |