Class: LcpRuby::Search::QueryBuilder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/lcp_ruby/search/query_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ransack_searchObject

Returns the value of attribute ransack_search

Returns:

  • (Object)

    the current value of ransack_search



11
12
13
# File 'lib/lcp_ruby/search/query_builder.rb', line 11

def ransack_search
  @ransack_search
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



11
12
13
# File 'lib/lcp_ruby/search/query_builder.rb', line 11

def scope
  @scope
end