Class: ThinkingSphinx::Panes::ExcerptsPane
- Inherits:
-
Object
- Object
- ThinkingSphinx::Panes::ExcerptsPane
- Defined in:
- lib/thinking_sphinx/panes/excerpts_pane.rb
Defined Under Namespace
Classes: Excerpts
Instance Method Summary collapse
- #excerpts ⇒ Object
-
#initialize(context, object, raw) ⇒ ExcerptsPane
constructor
A new instance of ExcerptsPane.
Constructor Details
#initialize(context, object, raw) ⇒ ExcerptsPane
Returns a new instance of ExcerptsPane.
4 5 6 |
# File 'lib/thinking_sphinx/panes/excerpts_pane.rb', line 4 def initialize(context, object, raw) @context, @object = context, object end |