module AttributedObject::Coerce::ClassExtension
Public Instance Methods
_attributed_object_check_type_supported!(type_info)
click to toggle source
# File lib/attributed_object/coerce.rb, line 12 def _attributed_object_check_type_supported!(type_info) AttributedObjectHelpers::TypeCoerce.check_type_supported!(type_info) end