Class: Mashape::HeaderAuthentication
- Inherits:
-
Authentication
- Object
- Authentication
- Mashape::HeaderAuthentication
- Defined in:
- lib/authentication/header_authentication.rb
Direct Known Subclasses
BasicAuthentication, CustomHeaderAuthentication, MashapeAuthentication
Instance Method Summary collapse
-
#initialize ⇒ HeaderAuthentication
constructor
A new instance of HeaderAuthentication.
Methods inherited from Authentication
Constructor Details
#initialize ⇒ HeaderAuthentication
Returns a new instance of HeaderAuthentication.
6 7 8 |
# File 'lib/authentication/header_authentication.rb', line 6 def initialize() super() end |