Class: NoBrainer::Criteria::Where::IndexFinder::Strategy
- Inherits:
-
Struct
- Object
- Struct
- NoBrainer::Criteria::Where::IndexFinder::Strategy
- Defined in:
- lib/no_brainer/criteria/where.rb
Instance Attribute Summary collapse
-
#ast ⇒ Object
Returns the value of attribute ast.
-
#index ⇒ Object
Returns the value of attribute index.
-
#index_finder ⇒ Object
Returns the value of attribute index_finder.
-
#rql_op ⇒ Object
Returns the value of attribute rql_op.
-
#rql_proc ⇒ Object
Returns the value of attribute rql_proc.
Instance Attribute Details
#ast ⇒ Object
Returns the value of attribute ast
374 375 376 |
# File 'lib/no_brainer/criteria/where.rb', line 374 def ast @ast end |
#index ⇒ Object
Returns the value of attribute index
374 375 376 |
# File 'lib/no_brainer/criteria/where.rb', line 374 def index @index end |
#index_finder ⇒ Object
Returns the value of attribute index_finder
374 375 376 |
# File 'lib/no_brainer/criteria/where.rb', line 374 def index_finder @index_finder end |
#rql_op ⇒ Object
Returns the value of attribute rql_op
374 375 376 |
# File 'lib/no_brainer/criteria/where.rb', line 374 def rql_op @rql_op end |
#rql_proc ⇒ Object
Returns the value of attribute rql_proc
374 375 376 |
# File 'lib/no_brainer/criteria/where.rb', line 374 def rql_proc @rql_proc end |