class FactoryBot::AttributeList

def initialize(name = nil, attributes = [])

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (?nil name, ?(Array[FactoryBot::Attribute::Dynamic] | Array[]) attributes) -> void

This signature was generated using 8 samples from 2 applications.

def initialize(name = nil, attributes = [])
  @name = name
  @attributes = attributes
end