Method: CoreLibrary::ResponseHandler#is_date_response

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

#is_date_response(is_date_response) ⇒ ResponseHandler

Sets the is_date_response property.

Parameters:

  • is_date_response (Boolean)

    Flag if the response is a date.

Returns:



122
123
124
125
# File 'lib/apimatic-core/response_handler.rb', line 122

def is_date_response(is_date_response)
  @is_date_response = is_date_response
  self
end