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