Class: ReactEmailRails::RenderModes::Subprocess::CommandRunner::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/react_email_rails/render_modes/subprocess/command_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



2
3
4
# File 'lib/react_email_rails/render_modes/subprocess/command_runner.rb', line 2

def status
  @status
end

#stderrObject (readonly)

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



2
3
4
# File 'lib/react_email_rails/render_modes/subprocess/command_runner.rb', line 2

def stderr
  @stderr
end

#stdoutObject (readonly)

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



2
3
4
# File 'lib/react_email_rails/render_modes/subprocess/command_runner.rb', line 2

def stdout
  @stdout
end