Class: Aldous::Respondable::RequestHttpBasicAuthentication

Inherits:
Base
  • Object
show all
Defined in:
lib/aldous/respondable/request_http_basic_authentication.rb

Defined Under Namespace

Classes: RequestHttpBasicAuthenticationAction

Instance Attribute Summary

Attributes inherited from Base

#view_context, #view_data

Instance Method Summary collapse

Methods inherited from Base

#build_view, #default_status, #initialize, #status

Constructor Details

This class inherits a constructor from Aldous::Respondable::Base

Instance Method Details

#action(controller) ⇒ Object



4
5
6
# File 'lib/aldous/respondable/request_http_basic_authentication.rb', line 4

def action(controller)
  RequestHttpBasicAuthenticationAction.new(controller)
end