Class: AttributedObject::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/attributed_object/type.rb

Instance Method Summary collapse

Instance Method Details

#coerce(value) ⇒ Object



7
8
9
# File 'lib/attributed_object/type.rb', line 7

def coerce(value)
  raise 'implement me'
end

#strict_check(value) ⇒ Object



3
4
5
# File 'lib/attributed_object/type.rb', line 3

def strict_check(value)
  raise 'implement me'
end