Sha256: 757343ab9762494f50b1298473663dca7d75db9fc381ff2955ba0b42749977bc
Contents?: true
Size: 192 Bytes
Versions: 1
Compression:
Stored size: 192 Bytes
Contents
module TicketingHub module Authentication def authentication { token: token, secret: secret } end def authenticated? ! authentication[:secret].nil? end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ticketinghub-0.0.2 | lib/ticketing_hub/authentication.rb |