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