ruby hash problem

Posted by sameera207 on Stack Overflow See other posts from Stack Overflow or by sameera207
Published on 2010-06-17T18:24:43Z Indexed on 2010/06/17 18:33 UTC
Read the original article Hit count: 384

Filed under:
|

HI All

I have the following hash

{:charge_payable_response=>{:return=>"700", :ns2=>"http://ws.myws.com/"}}

How can i get the value of the key :return (700)

thanks in advance

cheers

sameera

© Stack Overflow or respective owner

Related posts about ruby

Related posts about hash