Class: SvelteOnRails::SsrServerHelpers::SsrProcess
- Inherits:
-
Struct
- Object
- Struct
- SvelteOnRails::SsrServerHelpers::SsrProcess
- Defined in:
- lib/svelte_on_rails/ssr_server.rb
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
380 381 382 |
# File 'lib/svelte_on_rails/ssr_server.rb', line 380 def pid @pid end |
#ppid ⇒ Object
Returns the value of attribute ppid
380 381 382 |
# File 'lib/svelte_on_rails/ssr_server.rb', line 380 def ppid @ppid end |
#socket_path ⇒ Object
Returns the value of attribute socket_path
380 381 382 |
# File 'lib/svelte_on_rails/ssr_server.rb', line 380 def socket_path @socket_path end |