Class: Mashape::HeaderAuthentication

Inherits:
Authentication show all
Defined in:
lib/authentication/header_authentication.rb

Instance Method Summary collapse

Methods inherited from Authentication

#handleHeader, #handleParams

Constructor Details

#initializeHeaderAuthentication

Returns a new instance of HeaderAuthentication.



6
7
8
# File 'lib/authentication/header_authentication.rb', line 6

def initialize()
  super()
end