# File lib/rhc-rest/cartridge.rb, line 6 def initialize(args) @name = args[:name] || args["name"] @type = args[:type] || args["type"] @links = args[:links] || args["links"] end