class Reflective::Search::Results

Attributes

matches[R]

Public Class Methods

new(matches) click to toggle source
# File lib/reflective/search.rb, line 22
def initialize(matches)
  @matches = matches
end

Public Instance Methods

ids() click to toggle source
# File lib/reflective/search.rb, line 26
def ids
  matches.map(&:id)
end