# File lib/rhc/rest/cartridge.rb, line 97 def property(type, key) key, type = key.to_s, type.to_s properties.select{ |p| p['type'] == type }.find{ |p| p['name'] == key } end