Method: W3cApi::Client#participation_participants

Defined in:
lib/w3c_api/client.rb

#participation_participants(id, options = {}) ⇒ Object



168
169
170
# File 'lib/w3c_api/client.rb', line 168

def participation_participants(id, options = {})
  fetch_resource(:participation_participants_index, id: id, **options)
end