class Ddr::Index::Response

Public Instance Methods

docs() click to toggle source
# File lib/ddr/index/response.rb, line 4
def docs
  self["response"]["docs"]
end
num_found() click to toggle source
# File lib/ddr/index/response.rb, line 8
def num_found
  self["response"]["numFound"].to_i
end