Method: CoreLibrary::ResponseHandler#is_nullify404

Defined in:
lib/apimatic-core/response_handler.rb

#is_nullify404(is_nullify404) ⇒ ResponseHandler

Sets the is_nullify404 property.

Parameters:

  • is_nullify404 (Boolean)

    Flag to return early in case of 404 error code.

Returns:



106
107
108
109
# File 'lib/apimatic-core/response_handler.rb', line 106

def is_nullify404(is_nullify404)
  @is_nullify404 = is_nullify404
  self
end