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