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