Class: Train::Transports::Mock::Connection::Command
- Inherits:
-
Struct
- Object
- Struct
- Train::Transports::Mock::Connection::Command
- Defined in:
- lib/train/transports/mock.rb
Instance Attribute Summary collapse
-
#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
#exit_status ⇒ Object
Returns the value of attribute exit_status
146 147 148 |
# File 'lib/train/transports/mock.rb', line 146 def exit_status @exit_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
146 147 148 |
# File 'lib/train/transports/mock.rb', line 146 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
146 147 148 |
# File 'lib/train/transports/mock.rb', line 146 def stdout @stdout end |