HI,
I have a Object
Customer
.Customerid="Alfki"
.city = "Belin"
etc
I want to get a list of these attributes and their values,
Possibly in a hash form.
Customers = { "Customerid" => "Alfki",
"city" => "Belin"
}
Regards
Ajay