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
383 384 385 |
# File 'lib/svelte_on_rails/ssr_server.rb', line 383 def pid @pid end |
#ppid ⇒ Object
Returns the value of attribute ppid
383 384 385 |
# File 'lib/svelte_on_rails/ssr_server.rb', line 383 def ppid @ppid end |
#socket_path ⇒ Object
Returns the value of attribute socket_path
383 384 385 |
# File 'lib/svelte_on_rails/ssr_server.rb', line 383 def socket_path @socket_path end |