method
inspect
v6.1.7.7 -
Show latest stable
- Class:
ActiveModel::Error
inspect()public
No documentation available.
# File activemodel/lib/active_model/error.rb, line 198
def inspect # :nodoc:
"#<#{self.class.name} attribute=#{@attribute}, type=#{@type}, options=#{@options.inspect}>"
end