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



139
140
141
# File 'lib/train/transports/mock.rb', line 139

def exit_status
  @exit_status
end

#stderrObject

Returns the value of attribute stderr



139
140
141
# File 'lib/train/transports/mock.rb', line 139

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout



139
140
141
# File 'lib/train/transports/mock.rb', line 139

def stdout
  @stdout
end