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.
2 3 4 |
# File 'lib/thinking_sphinx/panes/attributes_pane.rb', line 2 def initialize(context, object, raw) @raw = raw end |
Instance Method Details
#sphinx_attributes ⇒ Object
6 7 8 |
# File 'lib/thinking_sphinx/panes/attributes_pane.rb', line 6 def sphinx_attributes @raw end |