Class: Bio::CommandResult
- Inherits:
-
Object
- Object
- Bio::CommandResult
- Defined in:
- lib/bio-commandeer/commandeer.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#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.
50 51 52 |
# File 'lib/bio-commandeer/commandeer.rb', line 50 def command @command end |
#status ⇒ Object
Returns the value of attribute status.
50 51 52 |
# File 'lib/bio-commandeer/commandeer.rb', line 50 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr.
50 51 52 |
# File 'lib/bio-commandeer/commandeer.rb', line 50 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout.
50 51 52 |
# File 'lib/bio-commandeer/commandeer.rb', line 50 def stdout @stdout end |