Method: ZohoHub::Response#authentication_failure?
- Defined in:
- lib/zoho_hub/response.rb
#authentication_failure? ⇒ Boolean
21 22 23 |
# File 'lib/zoho_hub/response.rb', line 21 def authentication_failure? error_code?('AUTHENTICATION_FAILURE') end |