Class: Sunspot::Search::RawResult
- Inherits:
-
Struct
- Object
- Struct
- Sunspot::Search::RawResult
- Defined in:
- lib/sunspot/search.rb
Overview
Objects of this class are returned by the #raw_results method.
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
9 10 11 |
# File 'lib/sunspot/search.rb', line 9 def class_name @class_name end |
#primary_key ⇒ Object
Returns the value of attribute primary_key
9 10 11 |
# File 'lib/sunspot/search.rb', line 9 def primary_key @primary_key end |