Method: CoreLibrary::ResponseHandler#is_nullable_response
- Defined in:
- lib/apimatic-core/response_handler.rb
#is_nullable_response(is_nullable_response) ⇒ ResponseHandler
Sets the is_nullable_response property.
146 147 148 149 |
# File 'lib/apimatic-core/response_handler.rb', line 146 def is_nullable_response(is_nullable_response) @is_nullable_response = is_nullable_response self end |