Class: QRAPI::ResponseExport
- Defined in:
- lib/qrapi/models/response_export.rb
Instance Method Summary collapse
-
#get_responses ⇒ QRAPI::Response
Unzips and maps the serialized responses to a Response object.
Methods inherited from BaseModel
#created_at, #inspect, #updated_at
Instance Method Details
#get_responses ⇒ QRAPI::Response
Unzips and maps the serialized responses to a Response object
10 11 12 |
# File 'lib/qrapi/models/response_export.rb', line 10 def get_responses unzip_responses(file) end |