class Interaktor::Error::AttributeError
Attributes
attributes[R]
@return [Array<Symbol>]
Public Class Methods
new(interaktor, attributes)
click to toggle source
@param interaktor [Class] @param attributes [Array<Symbol>]
Calls superclass method
Interaktor::Error::Base::new
# File lib/interaktor/error/attribute_error.rb, line 7 def initialize(interaktor, attributes) super(interaktor) @attributes = attributes end
Public Instance Methods
message()
click to toggle source
@return [String] @abstract
# File lib/interaktor/error/attribute_error.rb, line 15 def message raise NoMethodError end