p = Person.new
p.id = 1234
p.name = "Paul"
p.email = "paul@mycompany.com"
p.likes << "Clojure"