Class: SearchableBy::Value

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

Instance Attribute Summary collapse

Instance Attribute Details

#negateObject

Returns the value of attribute negate

Returns:

  • (Object)

    the current value of negate



10
11
12
# File 'lib/searchable_by.rb', line 10

def negate
  @negate
end

#phraseObject

Returns the value of attribute phrase

Returns:

  • (Object)

    the current value of phrase



10
11
12
# File 'lib/searchable_by.rb', line 10

def phrase
  @phrase
end

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



10
11
12
# File 'lib/searchable_by.rb', line 10

def term
  @term
end