# File lib/fog/shared_file_system/openstack/requests/list_share_networks_detail.rb, line 16 def list_share_networks_detail(_options = {}) response = Excon::Response.new response.status = 200 response.body = {'share_networks' => data[:share_networks_detail]} response end