Class: QualtricsAPI::PanelCollection

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

Instance Attribute Summary

Attributes included from Connectable

#connection

Instance Method Summary collapse

Methods inherited from BaseCollection

#all, #each, #each_page, #find, #map

Methods included from Connectable

#propagate_connection

Methods included from Extensions::SerializableCollection

#as_json, #to_json

Instance Method Details

#[](panel_id) ⇒ Object



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

def [](panel_id)
  find(panel_id)
end