# File lib/rhc/rest/application.rb, line 41 def cartridges logger.debug "Getting all cartridges for application #{self.name}" if @mydebug url = @links['LIST_CARTRIDGES']['href'] method = @links['LIST_CARTRIDGES']['method'] request = new_request(:url => url, :method => method, :headers => @@headers) return request(request) end