Class: QRAPI::ResponseExport

Inherits:
BaseModel show all
Defined in:
lib/qrapi/models/response_export.rb

Instance Method Summary collapse

Methods inherited from BaseModel

#created_at, #inspect, #updated_at

Instance Method Details

#get_responsesQRAPI::Response

Unzips and maps the serialized responses to a Response object

Returns:



10
11
12
# File 'lib/qrapi/models/response_export.rb', line 10

def get_responses
  unzip_responses(file)
end