Class: ReactEmailRails::RenderModes::Persistent

Inherits:
Subprocess
  • Object
show all
Defined in:
lib/react_email_rails/render_modes/persistent.rb

Defined Under Namespace

Classes: CommandRunner, Server

Class Method Summary collapse

Methods inherited from Subprocess

#initialize, #render

Constructor Details

This class inherits a constructor from ReactEmailRails::RenderModes::Subprocess

Class Method Details

.healthy?(command:, timeout:) ⇒ Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/react_email_rails/render_modes/persistent.rb', line 3

def healthy?(command:, timeout:)
  CommandRunner.healthy?(command, timeout:)
end