Class: ActiveSearch::Proxy
- Inherits:
-
Object
- Object
- ActiveSearch::Proxy
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/activesearch/proxy.rb
Instance Method Summary collapse
- #each(&block) ⇒ Object
-
#initialize(results_set, text, options) ⇒ Proxy
constructor
A new instance of Proxy.
Constructor Details
#initialize(results_set, text, options) ⇒ Proxy
Returns a new instance of Proxy.
11 12 13 14 15 |
# File 'lib/activesearch/proxy.rb', line 11 def initialize(results_set, text, ) @results_set = results_set @text = text @options = end |