From: Tom Sawyer Date: 2002-09-27T02:55:49+09:00 Subject: Re: object attributes list i did this using #instance_variables -transami On Thu, 2002-09-26 at 09:54, ajksharma wrote: > 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 > -- tom sawyer, aka transami transami@transami.net