Methods
T
Instance Public methods
type()
# File activerecord/test/cases/attribute_methods/read_test.rb, line 13
def type; :integer; end
type_cast_code(var)
# File activerecord/test/cases/attribute_methods/read_test.rb, line 9
def type_cast_code(var)
  var
end