Method: ZohoHub::Response#record_in_blueprint?

Defined in:
lib/zoho_hub/response.rb

#record_in_blueprint?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/zoho_hub/response.rb', line 37

def record_in_blueprint?
  error_code?('RECORD_IN_BLUEPRINT')
end