mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496871 13f79535-47bb-0310-9956-ffa450edef68
12 lines
149 B
Ruby
12 lines
149 B
Ruby
module Solr
|
|
module Response
|
|
|
|
class AddDocument < Solr::Response::Xml
|
|
def initialize(xml)
|
|
super(xml)
|
|
end
|
|
end
|
|
|
|
end
|
|
end
|