# File lib/deltacloud.rb, line 39 def self.new(user_name, password, api_url, &block) API.new(user_name, password, api_url, &block) end