Class: LcpRuby::Search::QueryBuilder::Result
- Inherits:
-
Struct
- Object
- Struct
- LcpRuby::Search::QueryBuilder::Result
- Defined in:
- lib/lcp_ruby/search/query_builder.rb
Instance Attribute Summary collapse
-
#ransack_search ⇒ Object
Returns the value of attribute ransack_search.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#ransack_search ⇒ Object
Returns the value of attribute ransack_search
11 12 13 |
# File 'lib/lcp_ruby/search/query_builder.rb', line 11 def ransack_search @ransack_search end |
#scope ⇒ Object
Returns the value of attribute scope
11 12 13 |
# File 'lib/lcp_ruby/search/query_builder.rb', line 11 def scope @scope end |