Class: Thron::Gateway::Session

Inherits:
Base
  • Object
show all
Includes:
Pageable
Defined in:
lib/thron/gateway/session.rb

Constant Summary

Constants inherited from Base

Base::NO_ACTIVE_SESSION

Instance Attribute Summary

Attributes inherited from Base

#token_id

Instance Method Summary collapse

Methods included from Pageable

included

Methods inherited from Base

#check_session, client_id, #client_id, service_name

Methods included from Routable

included, info, #route

Constructor Details

#initialize(options = {}) ⇒ Session

Returns a new instance of Session.



9
10
11
12
# File 'lib/thron/gateway/session.rb', line 9

def initialize(options = {})
  token_id = options[:token_id]
  @token_id = token_id
end