Class: Gitlab::Popen::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/popen.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cmdObject

Returns the value of attribute cmd

Returns:

  • (Object)

    the current value of cmd



10
11
12
# File 'lib/gitlab/popen.rb', line 10

def cmd
  @cmd
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



10
11
12
# File 'lib/gitlab/popen.rb', line 10

def duration
  @duration
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/gitlab/popen.rb', line 10

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



10
11
12
# File 'lib/gitlab/popen.rb', line 10

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



10
11
12
# File 'lib/gitlab/popen.rb', line 10

def stdout
  @stdout
end