| Class | SearchApi::Search::SearchAttributeBuilder |
| In: |
lib/search_api/search.rb
|
| Parent: | Object |
Describes a search attribute with:
| block | [RW] | block is an optional proc (may be nil) |
| name | [R] | name is a search attribute name. It is read-only so that SearchApi::Bridge::Base.rewrite_search_attribute_builder is unable to rename attributes. |
| options | [RW] | options is an options Hash (never nil, may be empty Hash) |