Class: Cuba::Tools::Auth::Responder

Inherits:
Object
  • Object
show all
Defined in:
lib/cuba/tools/auth.rb

Instance Method Summary collapse

Constructor Details

#initialize(app, env) ⇒ Responder

Returns a new instance of Responder.



34
35
36
37
# File 'lib/cuba/tools/auth.rb', line 34

def initialize(app, env)
  @app = app
  @env = env
end

Instance Method Details

#respondObject



39
40
41
# File 'lib/cuba/tools/auth.rb', line 39

def respond
  res.finish
end