Class: AdvancedSearch::AdvancedSearchField

Inherits:
Struct
  • Object
show all
Defined in:
common/advanced_search.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_defaultObject

Returns the value of attribute is_default

Returns:

  • (Object)

    the current value of is_default



54
55
56
# File 'common/advanced_search.rb', line 54

def is_default
  @is_default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



54
55
56
# File 'common/advanced_search.rb', line 54

def name
  @name
end

#solr_fieldObject

Returns the value of attribute solr_field

Returns:

  • (Object)

    the current value of solr_field



54
55
56
# File 'common/advanced_search.rb', line 54

def solr_field
  @solr_field
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



54
55
56
# File 'common/advanced_search.rb', line 54

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



54
55
56
# File 'common/advanced_search.rb', line 54

def visibility
  @visibility
end