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