Class: Mashape::Authentication

Inherits:
Object
  • Object
show all
Defined in:
lib/authentication/authentication.rb

Instance Method Summary collapse

Constructor Details

#initializeAuthentication

Returns a new instance of Authentication.



4
5
6
7
# File 'lib/authentication/authentication.rb', line 4

def initialize() 
  @header = Hash.new
  @params = Hash.new 
end

Instance Method Details

#handleHeaderObject



9
10
11
# File 'lib/authentication/authentication.rb', line 9

def handleHeader()
  return @header
end

#handleParamsObject



13
14
15
# File 'lib/authentication/authentication.rb', line 13

def handleParams()
  return @params
end