Method: ActiveModel::Error#inspect
- Defined in:
- activemodel/lib/active_model/error.rb
#inspect ⇒ Object
:nodoc:
199 200 201 |
# File 'activemodel/lib/active_model/error.rb', line 199 def inspect # :nodoc: "#<#{self.class.name} attribute=#{@attribute}, type=#{@type}, options=#{@options.inspect}>" end |