Method: WSDSL::Response#arrays

Defined in:
lib/response.rb

#arraysArray<WSDSL::Response::Array> (readonly)

The list of all the arays inside the response

Returns:

  • (Array<WSDSL::Response::Array>)

Since:

  • 0.0.3



17
18
19
# File 'lib/response.rb', line 17

def arrays
  @arrays
end