class Indocker::Shell::ShellResult
Attributes
exit_status[R]
stdout[R]
Public Class Methods
new(stdout, exit_status)
click to toggle source
# File lib/indocker/shell.rb, line 5 def initialize(stdout, exit_status) @stdout = stdout @exit_status = exit_status end