Class ApipieBindings::AbstractCredentials
In: lib/apipie_bindings/credentials.rb
Parent: Object

AbstractCredentials class can hold your logic to get users credentials. It defines interface that can be used by ApipieBindings when the credentials are needed to create connection

Methods

clear   empty?   to_params  

Public Instance methods

Clear credentials storage

Check that credentials storage is empty

Convert credentials to hash usable for merging to RestClient configuration @return [Hash]

[Validate]