Method: InvisibleCollector::Response#error?
- Defined in:
- lib/invisible_collector/response.rb
#error? ⇒ Boolean
true if the request failed for some reason
15 16 17 |
# File 'lib/invisible_collector/response.rb', line 15 def error? !@success end |