class Interaktor::Error::UnknownAttributeError
Public Instance Methods
message()
click to toggle source
# File lib/interaktor/error/unknown_attribute_error.rb, line 2 def message "Unknown attribute(s) in call to #{interaktor}: #{attributes.join(", ")}" end