Sha256: 5105109c8a877d24193e0651e6842addaf6d1d7ca7ae3067f898bf3841bca2e3
Contents?: true
Size: 360 Bytes
Versions: 61
Compression:
Stored size: 360 Bytes
Contents
module Spider; module CASServer; module Models class TicketGrantingTicket < Ticket element :ticket, String element :client_hostname, String element :username, String element :extra_attributes, SerializedObject def extra_attributes super || {} end end end; end; end
Version data entries
61 entries across 61 versions & 1 rubygems