Class: TermUtils::FF::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/term_utils/ff/query.rb

Overview

Query search context.

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathObject

Returns the value of attribute base_path

Returns:

  • (Object)

    the current value of base_path



22
23
24
# File 'lib/term_utils/ff/query.rb', line 22

def base_path
  @base_path
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



22
23
24
# File 'lib/term_utils/ff/query.rb', line 22

def block
  @block
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



22
23
24
# File 'lib/term_utils/ff/query.rb', line 22

def config
  @config
end

#index_seqObject

Returns the value of attribute index_seq

Returns:

  • (Object)

    the current value of index_seq



22
23
24
# File 'lib/term_utils/ff/query.rb', line 22

def index_seq
  @index_seq
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



22
23
24
# File 'lib/term_utils/ff/query.rb', line 22

def result
  @result
end