Method: ClassKit::CustomType.parse_from_hash

Defined in:
lib/class_kit/custom_type.rb

.parse_from_hash(_value) ⇒ Object

This method must return the parsed value when from_hash is called

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/class_kit/custom_type.rb', line 8

def self.parse_from_hash(_value)
  raise NotImplementedError
end