Method: Attributor::Type::ClassMethods#constructable?
- Defined in:
- lib/attributor/type.rb
#constructable? ⇒ Boolean
Does this type support the generation of subtypes?
64 65 66 |
# File 'lib/attributor/type.rb', line 64 def constructable? false end |