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