Method: Elasticated::BulkRequest::ResponseItem#text_for_inspect
- Defined in:
- lib/elasticated/bulk_request/response_item.rb
#text_for_inspect ⇒ Object
31 32 33 34 35 |
# File 'lib/elasticated/bulk_request/response_item.rb', line 31 def text_for_inspect text = "#{action} #{index}/#{type}/#{id} (status #{status})" text = "#{text}, with error" if error? text end |