Class: Jive::Popen::Result
- Inherits:
-
Struct
- Object
- Struct
- Jive::Popen::Result
- Defined in:
- lib/jive/popen.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#status ⇒ Object
Returns the value of attribute status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
5 6 7 |
# File 'lib/jive/popen.rb', line 5 def command @command end |
#duration ⇒ Object
Returns the value of attribute duration
5 6 7 |
# File 'lib/jive/popen.rb', line 5 def duration @duration end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/jive/popen.rb', line 5 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
5 6 7 |
# File 'lib/jive/popen.rb', line 5 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
5 6 7 |
# File 'lib/jive/popen.rb', line 5 def stdout @stdout end |