module KualiRice
Attributes
headers[RW]
port[RW]
remoting_path[RW]
server[RW]
use_ssl[RW]
Public Class Methods
new(server = "localhost")
click to toggle source
# File lib/kuali-rice.rb, line 18 def initialize(server = "localhost") @server = server @use_ssl = false @port = "8080" @remoting_path = "/kfs/remoting" @headers = nil end