Class: OpenSandbox::Execd::Commands::CommandResult
- Inherits:
-
Data
- Object
- Data
- OpenSandbox::Execd::Commands::CommandResult
- Defined in:
- lib/open_sandbox/execd/commands.rb
Instance Attribute Summary collapse
-
#execution_time_ms ⇒ Object
readonly
Returns the value of attribute execution_time_ms.
-
#exit_code ⇒ Object
readonly
Returns the value of attribute exit_code.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Attribute Details
#execution_time_ms ⇒ Object (readonly)
Returns the value of attribute execution_time_ms
6 7 8 |
# File 'lib/open_sandbox/execd/commands.rb', line 6 def execution_time_ms @execution_time_ms end |
#exit_code ⇒ Object (readonly)
Returns the value of attribute exit_code
6 7 8 |
# File 'lib/open_sandbox/execd/commands.rb', line 6 def exit_code @exit_code end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
6 7 8 |
# File 'lib/open_sandbox/execd/commands.rb', line 6 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
6 7 8 |
# File 'lib/open_sandbox/execd/commands.rb', line 6 def stdout @stdout end |