class FactoryBot::AttributeList
def define_attribute(attribute)
Experimental RBS support (using type sampling data from the type_fusion
project).
def define_attribute: (FactoryBot::Attribute::Dynamic attribute) -> FactoryBot::Attribute::Dynamic
This signature was generated using 3 samples from 1 application.
def define_attribute(attribute) ensure_attribute_not_self_referencing! attribute ensure_attribute_not_defined! attribute add_attribute attribute end