Object
# File lib/trac4r.rb, line 64 def initialize url,user,pass @user = user @pass = pass @url = url @url.gsub!(/\/$/,'') if @url.split('/').last != 'xmlrpc' @url = url+'/xmlrpc' end @connection = Query.new(@url,@user,@pass) @wiki = Wiki.new(@connection) @tickets = Tickets.new(@connection) end
Generated with the Darkfish Rdoc Generator 2.