Class: TalkToYourApp::Plugins::Rake::Tools::Run::Result
- Inherits:
-
Struct
- Object
- Struct
- TalkToYourApp::Plugins::Rake::Tools::Run::Result
- Defined in:
- lib/talk_to_your_app/plugins/rake/tools/run.rb
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#exit_code ⇒ Object
Returns the value of attribute exit_code
16 17 18 |
# File 'lib/talk_to_your_app/plugins/rake/tools/run.rb', line 16 def exit_code @exit_code end |
#stderr ⇒ Object
Returns the value of attribute stderr
16 17 18 |
# File 'lib/talk_to_your_app/plugins/rake/tools/run.rb', line 16 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
16 17 18 |
# File 'lib/talk_to_your_app/plugins/rake/tools/run.rb', line 16 def stdout @stdout end |