Class: QualtricsAPI::SurveyCollection

Inherits:
BaseCollection show all
Defined in:
lib/qualtrics_api/survey_collection.rb

Instance Attribute Summary

Attributes included from Connectable

#connection

Instance Method Summary collapse

Methods inherited from BaseCollection

#fetch, #find, #next_page, #next_page?

Methods included from Connectable

#propagate_connection

Methods included from Extensions::SerializableCollection

#as_json, #to_json

Instance Method Details

#[](survey_id) ⇒ Object



3
4
5
# File 'lib/qualtrics_api/survey_collection.rb', line 3

def [](survey_id)
  find(survey_id)
end