method

typecasted_attribute_value

typecasted_attribute_value(name)
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 460
    def typecasted_attribute_value(name)
      _read_attribute(name)
    end