Class: Pursuit::SearchOptions::AttributeOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/pursuit/search_options.rb

Overview

Returns The structure which holds the search options for a single attribute.

Returns:

  • (Struct)

    The structure which holds the search options for a single attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



7
8
9
# File 'lib/pursuit/search_options.rb', line 7

def block
  @block
end

#keyedObject

Returns the value of attribute keyed

Returns:

  • (Object)

    the current value of keyed



7
8
9
# File 'lib/pursuit/search_options.rb', line 7

def keyed
  @keyed
end

#unkeyedObject

Returns the value of attribute unkeyed

Returns:

  • (Object)

    the current value of unkeyed



7
8
9
# File 'lib/pursuit/search_options.rb', line 7

def unkeyed
  @unkeyed
end