Method: CoreLibrary::ResponseHandler#is_nullify404
- Defined in:
- lib/apimatic-core/response_handler.rb
#is_nullify404(is_nullify404) ⇒ ResponseHandler
Sets the is_nullify404 property.
106 107 108 109 |
# File 'lib/apimatic-core/response_handler.rb', line 106 def is_nullify404(is_nullify404) @is_nullify404 = is_nullify404 self end |