Class: ReactEmailRails::RenderModes::Subprocess::CommandRunner::Result
- Inherits:
-
Data
- Object
- Data
- ReactEmailRails::RenderModes::Subprocess::CommandRunner::Result
- Defined in:
- lib/react_email_rails/render_modes/subprocess/command_runner.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status
2 3 4 |
# File 'lib/react_email_rails/render_modes/subprocess/command_runner.rb', line 2 def status @status end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
2 3 4 |
# File 'lib/react_email_rails/render_modes/subprocess/command_runner.rb', line 2 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
2 3 4 |
# File 'lib/react_email_rails/render_modes/subprocess/command_runner.rb', line 2 def stdout @stdout end |