class Spud::Shell::Result

Attributes

status[R]

Public Class Methods

new(output, status) click to toggle source
Calls superclass method
# File lib/spud/shell/result.rb, line 27
def initialize(output, status)
  super(output)
  @status = status
end