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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of stderr



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

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



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

def stdout
  @stdout
end