Class: Jive::Popen::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



5
6
7
# File 'lib/jive/popen.rb', line 5

def command
  @command
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



5
6
7
# File 'lib/jive/popen.rb', line 5

def duration
  @duration
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/jive/popen.rb', line 5

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



5
6
7
# File 'lib/jive/popen.rb', line 5

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



5
6
7
# File 'lib/jive/popen.rb', line 5

def stdout
  @stdout
end