class CASClient::ProxyGrantingTicket

Attributes

iou[R]
ticket[R]

Public Class Methods

new(ticket, iou) click to toggle source
# File lib/casclient/tickets.rb, line 29
def initialize(ticket, iou)
  @ticket = ticket
  @iou = iou
end

Public Instance Methods

to_s() click to toggle source
# File lib/casclient/tickets.rb, line 34
def to_s
  ticket
end