From: Rupert B. <rup...@fr...> - 2005-11-14 11:23:41
|
Sorry, posted on the wrong list :-) Rup Le 14 nov. 05 =C3=A0 11:59, Jonathan Paisley a =C3=A9crit : > On 14 Nov 2005, at 0:36, Rupert BARROW wrote: > >> Somehow, from a WSDL file describing an object with an attribute =20 >> called 'Id', soap4r has managed to create an object with an extra =20 >> 'id' attribute, different from the Ruby 'id' : >> >> #<MyObject:0x13f9eec @id=3D"an id"> >> >> How do I reach this value ? >> >> I have the same problem with an attribute called 'name' ... > > Don't know much about soap4r... Try on ruby-talk mailing list? > > You could always use obj.instance_variable_get("@id"), but that's =20 > not very satisfactory. > |