Class: Solr::Response::Standard::FacetValue
- Inherits:
-
Struct
- Object
- Struct
- Solr::Response::Standard::FacetValue
- Defined in:
- lib/solr/response/standard.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/solr/response/standard.rb', line 14 def name @name end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/solr/response/standard.rb', line 14 def value @value end |