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