Class: NoBrainer::Criteria::Where::IndexFinder::Strategy

Inherits:
Struct
  • Object
show all
Defined in:
lib/no_brainer/criteria/where.rb

Instance Attribute Summary collapse

Instance Attribute Details

#astObject

Returns the value of attribute ast

Returns:

  • (Object)

    the current value of ast



374
375
376
# File 'lib/no_brainer/criteria/where.rb', line 374

def ast
  @ast
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



374
375
376
# File 'lib/no_brainer/criteria/where.rb', line 374

def index
  @index
end

#index_finderObject

Returns the value of attribute index_finder

Returns:

  • (Object)

    the current value of index_finder



374
375
376
# File 'lib/no_brainer/criteria/where.rb', line 374

def index_finder
  @index_finder
end

#rql_opObject

Returns the value of attribute rql_op

Returns:

  • (Object)

    the current value of rql_op



374
375
376
# File 'lib/no_brainer/criteria/where.rb', line 374

def rql_op
  @rql_op
end

#rql_procObject

Returns the value of attribute rql_proc

Returns:

  • (Object)

    the current value of rql_proc



374
375
376
# File 'lib/no_brainer/criteria/where.rb', line 374

def rql_proc
  @rql_proc
end