Class: Vonage::AbstractAuthentication
- Inherits:
-
Object
- Object
- Vonage::AbstractAuthentication
- Defined in:
- lib/vonage/abstract_authentication.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(config) ⇒ AbstractAuthentication
constructor
A new instance of AbstractAuthentication.
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 |