Class: RailsDoctor::CommandResult
- Inherits:
-
Struct
- Object
- Struct
- RailsDoctor::CommandResult
- Defined in:
- lib/rails_doctor/command_runner.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
8 9 10 |
# File 'lib/rails_doctor/command_runner.rb', line 8 def command @command end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
8 9 10 |
# File 'lib/rails_doctor/command_runner.rb', line 8 def duration_ms @duration_ms end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
8 9 10 |
# File 'lib/rails_doctor/command_runner.rb', line 8 def exit_status @exit_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
8 9 10 |
# File 'lib/rails_doctor/command_runner.rb', line 8 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
8 9 10 |
# File 'lib/rails_doctor/command_runner.rb', line 8 def stdout @stdout end |