Class: Vonage::AbstractAuthentication

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

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ AbstractAuthentication

Returns a new instance of AbstractAuthentication.



5
6
7
# File 'lib/vonage/abstract_authentication.rb', line 5

def initialize(config)
  @config = config
end