class Attributor::Flatpack::UndefinedKey

Public Class Methods

new(key, context) click to toggle source
Calls superclass method
# File lib/attributor/flatpack/undefined_key.rb, line 6
def initialize(key, context)
  ctx = Attributor.humanize_context(context)
  super "Undefined key received: #{key.inspect} for #{ctx}"
end