Method: Sequel::Plugins::TypecastOnLoad::ClassMethods#typecast_on_load_columns

Defined in:
lib/sequel/plugins/typecast_on_load.rb

#typecast_on_load_columnsObject (readonly)

The columns to typecast on load for this model.



34
35
36
# File 'lib/sequel/plugins/typecast_on_load.rb', line 34

def typecast_on_load_columns
  @typecast_on_load_columns
end