Customer = Struct.new(:name, :email, keyword_init: true) Customer.new(name: "John", email: "john@example.com")