Class: Spice::Request::Auth
- Inherits:
-
Faraday::Middleware
- Object
- Faraday::Middleware
- Spice::Request::Auth
- Defined in:
- lib/spice/request/auth.rb
Instance Method Summary (collapse)
- - (Object) call(env)
-
- (Auth) initialize(app, options)
constructor
A new instance of Auth.
Constructor Details
- (Auth) initialize(app, options)
A new instance of Auth
5 6 7 |
# File 'lib/spice/request/auth.rb', line 5 def initialize(app, ) @app, @options = app, end |
Instance Method Details
- (Object) call(env)
9 10 11 |
# File 'lib/spice/request/auth.rb', line 9 def call(env) end |