Class: Train::Transports::Mock::Connection::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/train/transports/mock.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exit_statusObject

Returns the value of attribute exit_status



137
138
139
# File 'lib/train/transports/mock.rb', line 137

def exit_status
  @exit_status
end

#stderrObject

Returns the value of attribute stderr



137
138
139
# File 'lib/train/transports/mock.rb', line 137

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout



137
138
139
# File 'lib/train/transports/mock.rb', line 137

def stdout
  @stdout
end