Class: Bio::CommandResult

Inherits:
Object
  • Object
show all
Defined in:
lib/bio-commandeer/commandeer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



50
51
52
# File 'lib/bio-commandeer/commandeer.rb', line 50

def command
  @command
end

#statusObject

Returns the value of attribute status.



50
51
52
# File 'lib/bio-commandeer/commandeer.rb', line 50

def status
  @status
end

#stderrObject

Returns the value of attribute stderr.



50
51
52
# File 'lib/bio-commandeer/commandeer.rb', line 50

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout.



50
51
52
# File 'lib/bio-commandeer/commandeer.rb', line 50

def stdout
  @stdout
end