Method: R10K::Util::Subprocess::SubprocessError#result
- Defined in:
- lib/r10k/util/subprocess/subprocess_error.rb
#result ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
!@attribute [r] result
@return [R10K::Util::Subprocess::Result]
9 10 11 |
# File 'lib/r10k/util/subprocess/subprocess_error.rb', line 9 def result @result end |