# File lib/fog/shared_file_system/openstack/requests/list_share_networks_detail.rb, line 5 def list_share_networks_detail(options = {}) request( :expects => 200, :method => 'GET', :path => 'share-networks/detail', :query => options ) end