class FactoryBot::Declaration

@api private

def initialize(name, ignored = false)

def initialize(name, ignored = false)
  @name = name
  @ignored = ignored
end

def to_attributes

def to_attributes
  build
end