class Automate::UnmetDemandError

Attributes

demand[R]

Public Class Methods

new(demand) click to toggle source
# File lib/automate/errors.rb, line 23
def initialize(demand)
  @demand = demand
end