Method: HaveAPI::Authentication::Chain#initialize
- Defined in:
- lib/haveapi/authentication/chain.rb
#initialize(server) ⇒ Chain
Returns a new instance of Chain.
5 6 7 8 9 |
# File 'lib/haveapi/authentication/chain.rb', line 5 def initialize(server) @server = server @chain = {} @instances = {} end |