Class: ThinkingSphinx::Panes::AttributesPane
- Inherits:
-
Object
- Object
- ThinkingSphinx::Panes::AttributesPane
- Defined in:
- lib/thinking_sphinx/panes/attributes_pane.rb
Instance Method Summary collapse
-
#initialize(context, object, raw) ⇒ AttributesPane
constructor
A new instance of AttributesPane.
- #sphinx_attributes ⇒ Object
Constructor Details
#initialize(context, object, raw) ⇒ AttributesPane
Returns a new instance of AttributesPane.
4 5 6 |
# File 'lib/thinking_sphinx/panes/attributes_pane.rb', line 4 def initialize(context, object, raw) @raw = raw end |
Instance Method Details
#sphinx_attributes ⇒ Object
8 9 10 |
# File 'lib/thinking_sphinx/panes/attributes_pane.rb', line 8 def sphinx_attributes @raw end |