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