Class: Interaktor::Error::UnknownAttributeError

Inherits:
AttributeError
  • Object
show all
Defined in:
lib/interaktor/error/unknown_attribute_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



2
3
4
# File 'lib/interaktor/error/unknown_attribute_error.rb', line 2

def message
  "Unknown attribute(s) in call to #{interaktor}: #{attributes.join(", ")}"
end