Method: Esearch::Command::Exist#result
- Defined in:
- lib/esearch/command/exist.rb
#result ⇒ true, false
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return result
20 21 22 23 |
# File 'lib/esearch/command/exist.rb', line 20 def result assert_success response.status == 200 end |