I am trying to print a value from an external source is like this
:Email=>[{:Type=>"Primary", :Value=>"[email protected]"}]
When I am using :
@user_profile.userprofile[:Email]
I am getting this value
[{:Type=>"Primary", :Value=>"[email protected]"}]
How can I get this value I have tried few things but no success yet