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
145 146 147 |
# File 'lib/train/transports/mock.rb', line 145 def exit_status @exit_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
145 146 147 |
# File 'lib/train/transports/mock.rb', line 145 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
145 146 147 |
# File 'lib/train/transports/mock.rb', line 145 def stdout @stdout end |