# File lib/fog/rackspace/models/identity/service_catalog.rb, line 63 def self.from_response(service, hash) ServiceCatalog.new :service => service, :catalog => hash["access"]["serviceCatalog"] end