Class: Slipsquare::Middleware::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/slipsquare/middleware/account.rb

Constant Summary

Constants inherited from Base

Base::CLEAR, Base::GREEN, Base::RED, Base::YELLOW

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Slipsquare::Middleware::Base

Instance Method Details

#call(env) ⇒ Object



6
7
8
9
10
11
# File 'lib/slipsquare/middleware/account.rb', line 6

def call(env)

  tp env['dropbox-client'].

  @app.call(env)
end