Sha256: 45cf60c6b9151ea8d40579eefc837bba7a95902054814edc43e846b0ac80a928
Contents?: true
Size: 192 Bytes
Versions: 52
Compression:
Stored size: 192 Bytes
Contents
module Groonga class IndexInfo attr_reader :index attr_reader :section_id def initialize(index, section_id) @index = index @section_id = section_id end end end
Version data entries
52 entries across 52 versions & 1 rubygems