class FactoryBot::AttributeList
def add_attribute(attribute)
Experimental RBS support (using type sampling data from the type_fusion
project).
def add_attribute: (FactoryBot::Attribute::Dynamic attribute) -> FactoryBot::Attribute::Dynamic
This signature was generated using 46 samples from 3 applications.
def add_attribute(attribute) @attributes << attribute attribute end