Class: QualtricsAPI::ResponseExportCollection

Inherits:
Object
  • Object
show all
Includes:
Connectable
Defined in:
lib/qualtrics_api/response_export_collection.rb

Instance Attribute Summary

Attributes included from Connectable

#connection

Instance Method Summary collapse

Methods included from Connectable

#propagate_connection

Instance Method Details

#[](export_id) ⇒ Object



6
7
8
# File 'lib/qualtrics_api/response_export_collection.rb', line 6

def [](export_id)
  find(export_id)
end

#find(export_id) ⇒ Object



10
11
12
# File 'lib/qualtrics_api/response_export_collection.rb', line 10

def find(export_id)
  QualtricsAPI::ResponseExport.new(:id => export_id).propagate_connection(self)
end