# File lib/fog/shared_file_system/openstack/requests/get_share_export_location.rb, line 8 def get_share_export_location(share_id,export_location_id) request( :expects => 200, :method => 'GET', :path => "shares/#{share_id}/export_locations/{export_location_id}" ) end