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