Class: AdvancedSearch::AdvancedSearchField

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) is_default

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

- (Object) name

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

- (Object) solr_field

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

- (Object) type

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

- (Object) visibility

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