Class: Groonga::Client::Response::LogicalRangeFilter
- Includes:
- Searchable
- Defined in:
- lib/groonga/client/response/logical-range-filter.rb
Instance Attribute Summary collapse
-
#records ⇒ Object
Returns the value of attribute records.
Attributes included from Searchable
Attributes inherited from Base
#body, #command, #header, #raw, #trace_logs
Instance Method Summary collapse
Methods included from Searchable
#each, #limit_value, #offset_value, #size
Methods inherited from Base
#elapsed_time, #error_message, #initialize, parse, #return_code, #start_time, #status_code, #success?
Constructor Details
This class inherits a constructor from Groonga::Client::Response::Base
Instance Attribute Details
#records ⇒ Object
Returns the value of attribute records.
28 29 30 |
# File 'lib/groonga/client/response/logical-range-filter.rb', line 28 def records @records end |
Instance Method Details
#body=(body) ⇒ Object
30 31 32 33 |
# File 'lib/groonga/client/response/logical-range-filter.rb', line 30 def body=(body) super(body) parse_body(body) end |