Object
Represents a CAS service ticket.
# File lib/casclient/tickets.rb, line 7 def initialize(ticket, service, renew = false) @ticket = ticket @service = service @renew = renew end
# File lib/casclient/tickets.rb, line 17 def has_been_validated? not user.nil? end
# File lib/casclient/tickets.rb, line 13 def is_valid? success end
[Validate]
Generated with the Darkfish Rdoc Generator 2.