# File lib/rhc/rest/cartridge.rb, line 23 def property(category, key) category = properties[category] category ? category[key] : nil end