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