Class: AdvancedSearch::AdvancedSearchField
- Inherits:
-
Struct
- Object
- Struct
- AdvancedSearch::AdvancedSearchField
- Defined in:
- common/advanced_search.rb
Instance Attribute Summary collapse
-
#is_default ⇒ Object
Returns the value of attribute is_default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#solr_field ⇒ Object
Returns the value of attribute solr_field.
-
#type ⇒ Object
Returns the value of attribute type.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#is_default ⇒ Object
Returns the value of attribute is_default
54 55 56 |
# File 'common/advanced_search.rb', line 54 def is_default @is_default end |
#name ⇒ Object
Returns the value of attribute name
54 55 56 |
# File 'common/advanced_search.rb', line 54 def name @name end |
#solr_field ⇒ Object
Returns the value of attribute solr_field
54 55 56 |
# File 'common/advanced_search.rb', line 54 def solr_field @solr_field end |
#type ⇒ Object
Returns the value of attribute type
54 55 56 |
# File 'common/advanced_search.rb', line 54 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
54 55 56 |
# File 'common/advanced_search.rb', line 54 def visibility @visibility end |