Method: ClassKit::CustomType.parse_assign
- Defined in:
- lib/class_kit/custom_type.rb
.parse_assign(_value) ⇒ Object
This method must return the parsed value when the class’ attribute is assigned a value
13 14 15 |
# File 'lib/class_kit/custom_type.rb', line 13 def self.parse_assign(_value) raise NotImplementedError end |