Check out example codes for "how to access hash value ruby". It will help you in understanding the concepts better.
Code Example 1
my_hash["key"] #=> "value"
Code Example 2
my_hash.values_at("key1", "key2") #=> ["value1", "value2"]
Learn ReactJs, React Native from akashmittal.com