Class: SearchableBy::Value
- Inherits:
-
Struct
- Object
- Struct
- SearchableBy::Value
- Defined in:
- lib/searchable_by.rb
Instance Attribute Summary collapse
-
#negate ⇒ Object
Returns the value of attribute negate.
-
#phrase ⇒ Object
Returns the value of attribute phrase.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#negate ⇒ Object
Returns the value of attribute negate
10 11 12 |
# File 'lib/searchable_by.rb', line 10 def negate @negate end |
#phrase ⇒ Object
Returns the value of attribute phrase
10 11 12 |
# File 'lib/searchable_by.rb', line 10 def phrase @phrase end |
#term ⇒ Object
Returns the value of attribute term
10 11 12 |
# File 'lib/searchable_by.rb', line 10 def term @term end |