Method: HP::Cloud::Connection#initialize
- Defined in:
- lib/hpcloud/connection.rb
#initialize ⇒ Connection
Returns a new instance of Connection.
41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/hpcloud/connection.rb', line 41 def initialize @storage_connection = {} @compute_connection = {} @block_connection = {} @cdn_connection = {} @network_connection = {} @dns_connection = {} @lb_connection = {} @authcache = HP::Cloud::AuthCache.new = {} end |