Class: Thron::Gateway::Session
- Includes:
- Pageable
- Defined in:
- lib/thron/gateway/session.rb
Direct Known Subclasses
Apps, AppsAdmin, Category, Client, Comment, Contact, Content, ContentCategory, ContentList, Dashboard, Delivery, Device, Metadata, PublishInWeeboExpress, PublishingProcess, Repository, UsersGroupManager, VUserManager
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Session
constructor
A new instance of Session.
Methods included from Pageable
Methods inherited from Base
#check_session, client_id, #client_id, service_name
Methods included from Routable
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( = {}) token_id = [:token_id] @token_id = token_id end |