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



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

def exit_code
  @exit_code
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



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

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



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

def stdout
  @stdout
end