Method: Wework::JsTicket::Store#initialize

Defined in:
lib/wework/js_ticket/store.rb

#initialize(app) ⇒ Store

Returns a new instance of Store.



7
8
9
# File 'lib/wework/js_ticket/store.rb', line 7

def initialize(app)
  @app = app
end