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.
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 |