class FactoryBot::Attribute

def initialize(name, ignored)

def initialize(name, ignored)
  @name = name.to_sym
  @ignored = ignored
end