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