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