Method: CoreLibrary::ResponseHandler#is_response_array
- Defined in:
- lib/apimatic-core/response_handler.rb
#is_response_array(is_response_array) ⇒ ResponseHandler
Sets the is_response_array property.
130 131 132 133 |
# File 'lib/apimatic-core/response_handler.rb', line 130 def is_response_array(is_response_array) @is_response_array = is_response_array self end |