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.
-
#protects_unpublished ⇒ Object
Returns the value of attribute protects_unpublished.
-
#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
58 59 60 |
# File 'common/advanced_search.rb', line 58 def is_default @is_default end |
#name ⇒ Object
Returns the value of attribute name
58 59 60 |
# File 'common/advanced_search.rb', line 58 def name @name end |
#protects_unpublished ⇒ Object
Returns the value of attribute protects_unpublished
58 59 60 |
# File 'common/advanced_search.rb', line 58 def protects_unpublished @protects_unpublished end |
#solr_field ⇒ Object
Returns the value of attribute solr_field
58 59 60 |
# File 'common/advanced_search.rb', line 58 def solr_field @solr_field end |
#type ⇒ Object
Returns the value of attribute type
58 59 60 |
# File 'common/advanced_search.rb', line 58 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
58 59 60 |
# File 'common/advanced_search.rb', line 58 def visibility @visibility end |