Method: StoreModel::Types::EnumType#initialize
- Defined in:
- lib/store_model/types/enum_type.rb
#initialize(mapping) ⇒ StoreModel::Types::EnumType
Initializes type for mapping
14 15 16 |
# File 'lib/store_model/types/enum_type.rb', line 14 def initialize(mapping) @mapping = mapping end |