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



58
59
60
# File 'common/advanced_search.rb', line 58

def is_default
  @is_default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



58
59
60
# File 'common/advanced_search.rb', line 58

def name
  @name
end

#protects_unpublishedObject

Returns the value of attribute protects_unpublished

Returns:

  • (Object)

    the current value of protects_unpublished



58
59
60
# File 'common/advanced_search.rb', line 58

def protects_unpublished
  @protects_unpublished
end

#solr_fieldObject

Returns the value of attribute solr_field

Returns:

  • (Object)

    the current value of solr_field



58
59
60
# File 'common/advanced_search.rb', line 58

def solr_field
  @solr_field
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



58
59
60
# File 'common/advanced_search.rb', line 58

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



58
59
60
# File 'common/advanced_search.rb', line 58

def visibility
  @visibility
end