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.

Parameters:

  • is_response_array (Boolean)

    Flag if the response is an array.

Returns:



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