class Blower::ExecuteError
Attributes
status[RW]
Public Class Methods
new(status)
click to toggle source
# File lib/blower/errors.rb, line 12 def initialize (status) @status = status end