Subject: Re: how to access something within an array
From: Philippe Cantin <anoiaque gmail.com>
Date: Sat, 2 Jan 2010 20:48:59 +0900
References: 354284354286
In-reply-to: 354286
You should have an accessor , try : geo_planet_object.woe_id .
You can use introspection with :
geo_planet_object.instance_variable_get(:woe_id) ....
--
Posted via http://www.ruby-forum.com/.