Module: AttributedObject::Strict::ClassExtension

Includes:
Base::ClassExtension
Defined in:
lib/attributed_object/strict.rb

Instance Method Summary collapse

Methods included from Base::ClassExtension

#ArrayOf, #HashOf, #attribute, #attribute_defs, #attributed_object, #attributed_object_options

Instance Method Details

#_attributed_object_check_type_supported!(type_info) ⇒ Object



12
13
14
# File 'lib/attributed_object/strict.rb', line 12

def _attributed_object_check_type_supported!(type_info)
  AttributedObjectHelpers::TypeCheck.check_type_supported!(type_info)
end