Class: Interaktor::Error::UnknownAttributeError
- Inherits:
-
AttributeError
- Object
- AttributeError
- Interaktor::Error::UnknownAttributeError
- Defined in:
- lib/interaktor/error/unknown_attribute_error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
2 3 4 |
# File 'lib/interaktor/error/unknown_attribute_error.rb', line 2 def "Unknown attribute(s) in call to #{interaktor}: #{attributes.join(", ")}" end |