[Wtr-general] How to access a dynamic value from the source

Bret Pettichord bret at pettichord.com
Mon Oct 16 11:46:05 EDT 2006


Arti wrote:
> [i]irb(main):021:0>[/i] pro_id_url = ie.link(:url, /fuseaction=photos/)
>   
You want the the url, not the link object. So you need to do this:

  pro_id_url = ie.link(:url, /fuseaction=photos/).url


Bret



More information about the Wtr-general mailing list