Class: TalkToYourApp::Plugins::Rake::Tools::Run::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/talk_to_your_app/plugins/rake/tools/run.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



16
17
18
# File 'lib/talk_to_your_app/plugins/rake/tools/run.rb', line 16

def exit_code
  @exit_code
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



16
17
18
# File 'lib/talk_to_your_app/plugins/rake/tools/run.rb', line 16

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



16
17
18
# File 'lib/talk_to_your_app/plugins/rake/tools/run.rb', line 16

def stdout
  @stdout
end