SOAP result with an element named id

Say I have a soap object like...

#<SOAP::Mapping::Object:0x..fdbc0ee36 {}id="120" {}name="Welcome">

How does one get the id value out?

object.id gives the object_id, not the 120 I am needing..

Thanks
-tim